Hi Everyone,
Using below SQL query I can get the Table Id,
select * from SysTableIdView where Name = 'CustTable'
Can anyone please help me with SQL query to get field Ids of all fields of a particular table? This is possible and I have done this long time back, so unable to recall it.
I don't want to fetch field Id of a single field. I want the list of all field names and their IDs.
Thank you in advance.