In string i am having the table name CustTable and in custTable i am having one 'Test' field, i would like to check that 'Test' field is present in CustTable or not.
Please don't change the topic; create a new thread for the other requirement.
Regarding the check whether the table has the Test field or not, is your question answered. If so, please verify the answer. If not, please tell us what doesn't work for you.
Use can usie fieldName2Id(tableName2Id(tableName), 'Test') and check if it returns a non-zero value.
Another option is DictTable.fieldName2Id().
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.