Search found 9 matches

by tamar
Mon May 01, 2023 9:45 am
Forum: Automation Code Snippets
Topic: New endorsement trigger
Replies: 1
Views: 3621

New endorsement trigger

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!
by tamar
Sun Apr 16, 2023 9:12 am
Forum: Automation Code Snippets
Topic: Get exceptions/requirements order by the screen displaying.
Replies: 3
Views: 4896

Re: Get exceptions/requirements order by the screen displaying.

Any answer? LMK if the question is not clear...
Thanks!
by tamar
Thu Mar 30, 2023 5:25 am
Forum: Automation Code Snippets
Topic: Get exceptions/requirements order by the screen displaying.
Replies: 3
Views: 4896

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!
by tamar
Sun Feb 19, 2023 5:02 am
Forum: Automation Code Snippets
Topic: Automatic notification in case of failure.
Replies: 3
Views: 25852

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!
by tamar
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: 4265

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!
by tamar
Mon Jan 16, 2023 7:58 am
Forum: Automation Code Snippets
Topic: Get Value for Requested tasks due date
Replies: 3
Views: 26148

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....
by tamar
Thu Jan 12, 2023 7:29 am
Forum: Automation Code Snippets
Topic: Get Value for Requested tasks due date
Replies: 3
Views: 26148

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!
by tamar
Wed Dec 14, 2022 7:26 pm
Forum: Automation Code Snippets
Topic: How to detect an event of "unlock order"
Replies: 1
Views: 3944

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!