Hi community


I am trying to make that when adding a new record, in the extended list by clicking on “new” the Code field is displayed with the respective value of current user code automatically, (my code field is of text type).

 

Like 0

Like

1 comments

Hello, Esteven,

If you want the User’s Code value from one object to be filled in automatically when creating a record in another related object, there are a few ways to set this up.

You can do it either by using custom code or by creating a business process.

If you would like to do this directly on the client side, here are the steps:
1) Open the Freedom UI Designer for the related object’s form page.
2) Add another data source – the User object (this is where the Code value will come from).
3) In the User object data source settings, set up the relation rules ("Add relation criteria") so the system knows how to connect the records.
4) Go to the input field where you want the User’s Code to appear in the related object’s form.
5) Link this field to the Code column from the User object, by adding "Data source".

Show all comments