
2 respuestas
Is this for display - if so, you can try creating a text formula field and manually populating the field.
or is this for API calls - if so you can use the format function like
system.now().format('yyyy-MM-dd\'T\'hh:mm:ss\'Z\'')
Thx

or is this for API calls - if so you can use the format function like
system.now().format('yyyy-MM-dd\'T\'hh:mm:ss\'Z\'')
Thx