When edit settings page crayons select field automatically getting empty

When edit settings page crayons select field automatically getting empty.<!–

Hey @Viji,

This configuration page is using custom iparams page if I’m not wrong. Also checking if the value was already set for this field when iparams was previously configured. If the select component uses dynamic options or static ones set from HTML?

Yes this is the custom iparams page using crayons and set value to select by statically. Below mentioned code which we are using FYR.

  <fw-select-option value="contact">Contacts</fw-select-option>
            <fw-select-option value="account">Accounts</fw-select-option>
            <fw-select-option value="both">Both Contacts & Accounts</fw-select-option>
          </fw-select>

Can you share the iparams.html and iparams.js files?

Sure Jones, I’ll share my iparams.html file.
iparams.zip (6.5 KB)

Hi @Viji,

Can you confirm if the getConfigs() has a value for entity_sync? When viewing this as the custom app configs?

Without any code change in my local setup I’m able to get them.

Hi @zach_jones_noel ,

Yeah we can get the entity_sync value in getconfigs(). But the value couldn’t load when directly on editsettings tab. We can view the entity field when we go through the view log tab to settings tab.