Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how to use business rules to transform data in RWS Integration
(context) => { const firstName = context.object.firstName; const lastName = context.object.lastName; const fullName = `${firstName} ${lastName}`; return fullName; };