FORMULA LANGUAGE


Examples: @GetProfileField
1. This example gets the contents of the "ProfileCategories" field of the "Interest Profile" document.
2. This example gets the contents of the "ProfileCategories" field of the "Interest Profile" document for the profile document for Monday if weekday has "Monday" as its default value.
3. This example gets two field values from the age and job fields of the "userprofile" profile document and displays them vertically in a view column. The following code is in the "profile" field of a user-accessible form:
4. The following code, when added to the Update Info action button in a Web form, retrieves the user name and address information from the user's profile document ("Profile") and fills the name and address fields on the Web form with that information:
See Also