Find form based on internal label

From SMTX Wiki
Revision as of 07:23, 6 October 2022 by Smtxwiki (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

If you want to know the ID of a form, and you only know the internal label, use this query:

SELECT [Id] FROM [Form] WHERE [InternalLabel] = 'FormLabel';

There is also this WebService in place:

   select id from Form where InternalLabel = #INTERNALLABEL#

sample: https://dev.ssp7.smt-x.com/common/Admin/WsCallAddEdit.aspx?genericid=358