UserProcess

The UserProcess trigger is intended to manage User records.


API name in Salesforce: UserProcess


Context Method Codename Description

after insert[ai]

setUniqUserNumber()

setUUNF

Populate the CTCPG__UniqUserNumber__c field on the User record.

before update[bd]

setUniqUserNumber()

setUUN

Update the CTCPG__UniqUserNumber__c field on the User record.

``