Profile Document Query

Hi All

I have a profile Doc that has a field called Equipment, which list different equipment in my plant. My Main form “Inventory” has a Dialog List that uses the @getprofilefield lookup up populate the Dialog List. I have also set my Dialog List field to allow values not in the list. If a new value is entered that is not in the list is it possible to have this new entry automatically populated into the Profile Document?

Regards

Douglas Bell

Subject: Profile Document Query

Set this TRANSLATE FORMULA of the field in “inventory” form:

@SetProfileField(“P”; “o”; @Trim( @Unique( @GetProfileField( “P”; “o”) : FIELD1)));

FIELD1

where:

“P” is the name of the parameters form.

“o” is the field in “P” with the list"