FORMULA LANGUAGE
Examples: @SetProfileField
1. This example sets the contents of the "Profile Categories" field of the "Interest Profile" document to the name of the current platform.
@SetProfileField("Interest Profile";
"ProfileCategories"; @Platform)
2. This example sets the contents of the "Profile Categories" field of the "Interest Profile" document for the current user to the name of the current platform.
@SetProfileField("Interest Profile";
"ProfileCategories"; @Platform; @UserName)
3. This code, when added to the Set Profile Field action button in a Web application, creates a profile document called webProfile, creates a fname field and sets the value of the fname field on the profile document equal to the value of the fname field on the current document.
@SetProfileField("webProfile";"fname";fname)
See Also
@SetProfileField
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary