32
Points
Questions
4
Answers
4
-
I would use N/file and post a response of file.getContents
But this should be a CSV file that can be converted on the receiving end.
- 210 views
- 1 answers
- 0 votes
-
then why does it say it supports custom fields on the records browser?
- 842 views
- 2 answers
- 0 votes
-
Found the answer:
- Go to Customization > Workflow > Workflows.
- Click Edit next to the workflow that you want to delete workflow instances and history records for.
- From the More menu, select Instances and History Records.
- In the Instances and History Records popup window, in the Delete section, enter the number of months for the age of the workflow instances and related history records that you want to delete. To delete all of the workflow instances and related history records, enter 0.
- Click Delete.
To see the status of the deletion process, from the More menu, select Instances and History Records. Statuses include Scheduling, Waiting for execution, and the progress of the deletion process.
Important
It can take days to delete a large number of history records. Only one deletion process is run at a time. If you initiate multiple deletion processes, they are queued in the order that they were initiated in. The deletion process begins when the preceding deletion process is finished.
- 2154 views
- 1 answers
- 1 votes
-
- what are you doing in the suitelet that you can not do in your aftersubmit user event?
- you could pass a parameter that another script is looking for and then post a message. just seems like a lot of unnessary scripting.
- 5609 views
- 3 answers
- 0 votes