Get FieldId from Field Name (String) on July 16, 2023 Get link Facebook X Pinterest Email Other Apps To get FieldId from a Field name, where the Field name is a string type you can use fieldname2id() methodint fieldId = fieldname2id(tableNum(Salestable), 'SalesId'); Comments
Comments
Post a Comment