Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

By visiting the Custom JavaScript tab of the Mobile Link enabled fields properties, and making use of the "pre process external link" field. The value used to link out can be edited/appended.

(Example)


return formScope.formdata.customString1 + " USA";

Using the above return statement on an address field configured to external type "Map" with a System Name of customString1 will search the value of the field with " USA" as well.

...