Getting a field_id on mobile

Viewing 2 reply threads
  • Author
    Posts
  • May 15, 2023 at 12:45 PM #49423

    alang
    Participant

    The really great script editor on the desktop version makes it easy to get and use a field_id by clicking in a list. Is there an easy way on mobile to get a particular field_id? Or, do you manually need to do that in code, using perhaps, getFieldIds()? Thank you.

    • This topic was modified 11 months, 2 weeks ago by alang.
    May 15, 2023 at 1:51 PM #49425

    Daniel Leu
    Participant

    In the script editor, clicking on the symbol to the right of fx (highlighted in the attached image) opens the Select a Field prompter. There I select field_id followed by the field of interest. This creates the typical field definition in the code:

    var field_name_id = 'fld-xxx';

    Attachments:
    You must be logged in to view attached files.
    May 15, 2023 at 1:55 PM #49427

    alang
    Participant

    Ah! Perfect. Thank you Daniel.

Viewing 2 reply threads

You must be logged in to reply to this topic.