function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
khushbukhushbu 

Custome object - get record ID on edit record

Hello , 

 

 I am having one custome object Inventory.

 I am having two fields. ID and Name.

 

Now I have created one datatable which is having these two fields and one save button.

 

  I have created one dynamic trigger for updating record.

 I have created trigger for (before update) event.

 

Now what I want to get is: 

 

          I want to know the  unique record ID of updated record to fire the trigger.

    Please guide me as soon as possible

pooja@magichorse.compooja@magichorse.com
Use standard field "Id" which is a unique and primary key for all records.
khushbukhushbu

Thanks poojaji