Forum Discussion

ArchiveUser's avatar
ArchiveUser
Qrew Captain
7 years ago

API_AddRecord

I am adding new records using API_AddRecord, in the new record I want the user name field to be pre-populated. The username is a Proxy field (Its coming from API do query from another table). How do I go about pre-populating user field (pre-populating user field should also populate two other lookup fields related to username)?

4 Replies

  • If you want the new record to be populated with the current user you can get that ID and populate the new record with that value, any field referencing that should populate names just fine. However if you want the user to choose who is populated in the new record you will need an Assign to user dropdown and use that fields value to populate the new field in the new record.