How to Build Document Message?
PeopleTools Release 8.57.09
Application Release: Financials/SCM 9.2 Pum Image 33
How would you build a Document using PeopleTools Document Technology that would create a document in the following format?
Is there a tutorial for creating documents?
{
"import_set": "xxxxxxxxxxxxxxxxx",
"staging_table": "xxxxxxxxxxxxxxxxxxxx",
"result": [
{
"transform_map": "xxxxxxxxxxxx",
"table": "xxxxxxxx",
"display_name": "name",
"display_value": "xxxxxxxxxxxxxxxx",
"record_link": "xxxxxxxxxxxxxxxxxxx",
"status": "xxxxxxxx",
"sys_id": "xxxxxxxxxxxx"
}
]
}