How can I copy a value Name in field Bid Manager (Opportunity object) in another custom field Bid Manager (text) please? Can you show me with an example? Thanks a lot
2 Antworten
@Stefano Maria Siano you can create a formula field or
- if you want to go with programming approach go with before update trigger and assign the text type field with the field you want
- Or you can use a record-trigger flow.