ACC reference for creating calculations in JS | Community
Skip to main content
Level 2
November 3, 2020
Question

ACC reference for creating calculations in JS

  • November 3, 2020
  • 2 replies
  • 2038 views

Hello

 

We are using JS to make calculations of the population output in an Approval activity for a financial institution. Is there a reference I could use defining how to create these calculations in the JS of ACC?

 

Thanks, Jordan

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Milan_Vucetic
Level 9
November 4, 2020

Hi @jordanphoenix 

each calculation from JS you can assign to instance variable and print it in Approval node. If you have it too many then you should iterate through results. 

There is not such documentation but you can use general functions explained here: link and you will need some JS knowledge.

Regards,

Milan

Level 2
November 12, 2020
Thank you! Will take a look today.
Sukrity_Wadhwa
Community Manager
Community Manager
November 11, 2020

Hi @jordanphoenix,

Were you able to resolve this query with the given solution? Do let us know.

Thanks!

Sukrity Wadhwa
Level 2
November 12, 2020
No, not yet.