This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use “User Profile” field value in Release Package form

Hi Not sure if anyone is facing this issue, in the release package form we want to autopulate values such as First Name, Title etc. so that user is not required to fill it up.

Any idea how this can be done ?

We are ok to creat a new field which reference the User Profile field.
  • 0
    We use the CONTACTS table to maintain user-specific information that isn't captured in TS_USERS. When a new item is submitted, SBM sets that item's CONTACT field to the TS_CONTACTS record related to the SUBMITTER (if it can). Since you're doing this on a form, you can add sub-relational fields (related to the item's CONTACT field) to reference the various Contact data fields. Then use JavaScript on the form to copy the information from the Contact fields to the item's fields.