I want to run some code in case of endorsement was added to the file.
Any idea how to detect new endorsement situation?
Thank you!
Search found 9 matches
- Mon May 01, 2023 9:45 am
- Forum: Automation Code Snippets
- Topic: New endorsement trigger
- Replies: 1
- Views: 45
- Mon May 01, 2023 7:09 am
- Forum: Automation Code Snippets
- Topic: Get exceptions/requirements order by the screen displaying.
- Replies: 3
- Views: 99
Re: Get exceptions/requirements order by the screen displaying.
This helped me. Thank you so much!
- Sun Apr 16, 2023 9:12 am
- Forum: Automation Code Snippets
- Topic: Get exceptions/requirements order by the screen displaying.
- Replies: 3
- Views: 99
Re: Get exceptions/requirements order by the screen displaying.
Any answer? LMK if the question is not clear...
Thanks!
Thanks!
- Thu Mar 30, 2023 5:25 am
- Forum: Automation Code Snippets
- Topic: Get exceptions/requirements order by the screen displaying.
- Replies: 3
- Views: 99
Get exceptions/requirements order by the screen displaying.
Hello.
I have to retrieve exceptions and requirements from the database according to the order and hierarchy they are displayed in the screen.
I cannot use Number field because there are items without number.
Any idea how to do this?
Thanks!
I have to retrieve exceptions and requirements from the database according to the order and hierarchy they are displayed in the screen.
I cannot use Number field because there are items without number.
Any idea how to do this?
Thanks!
- Sun Feb 19, 2023 5:02 am
- Forum: Automation Code Snippets
- Topic: Automatic notification in case of failure.
- Replies: 3
- Views: 87
Automatic notification in case of failure.
I created an automatic process that is critical for me.
If it falls, I have to know about it.
Is there an option to get an automatic email/notification in case of failure?
Thanks!
If it falls, I have to know about it.
Is there an option to get an automatic email/notification in case of failure?
Thanks!
- Sun Feb 19, 2023 4:58 am
- Forum: Automation Code Snippets
- Topic: Is there a limit in the amount of processes that can run?
- Replies: 1
- Views: 56
Is there a limit in the amount of processes that can run?
Recently I added a lot of automation processes , and I noticed that there are many more failures.
I wonder whether the failures are related to the amount of processes.
Is there any limitation?
Thanks!
I wonder whether the failures are related to the amount of processes.
Is there any limitation?
Thanks!
- Mon Jan 16, 2023 7:58 am
- Forum: Automation Code Snippets
- Topic: Get Value for Requested tasks due date
- Replies: 3
- Views: 115
Re: Get Value for Requested tasks due date
Thank you so much! But I don't want to create a validation, I want to do something like this: Each time an order is saved, and the task.requestDueDate field is updated, I want to send a webhook to my server with the new value. This is what I tried: 1. I went to SPAdmin > Automation > New process. 2....
- Thu Jan 12, 2023 7:29 am
- Forum: Automation Code Snippets
- Topic: Get Value for Requested tasks due date
- Replies: 3
- Views: 115
Get Value for Requested tasks due date
I try to evaluate via Automation Code Snippet the value of requested task due date.
(see attached.)
meanwhile with no success.
How can I do it?
Thanks in advance!
(see attached.)
meanwhile with no success.
How can I do it?
Thanks in advance!
- Wed Dec 14, 2022 7:26 pm
- Forum: Automation Code Snippets
- Topic: How to detect an event of "unlock order"
- Replies: 1
- Views: 78
How to detect an event of "unlock order"
The select's behavior is: order cannot be used by 2 users in parallel,
User cannot open an order while it used by another user.
I want to invoke some code each time an order is closed and can be used.
Can I detect this event?
Thanks in advance!
User cannot open an order while it used by another user.
I want to invoke some code each time an order is closed and can be used.
Can I detect this event?
Thanks in advance!