JavaScript Integration

0
Hi everyone! I am currently learning how to do integration using JavaScript. Hence, I am trying to learn from the very basic. The formula that I would like Mendix to calculate using the JavaScript integration is    Value Y = Value X + 100   Value X will be input that will be entered by the users where as Value Y will be the final output. How do I go about doing this and how do I link it back to my attribute and display the values? Greatly appreciate those who can help me with this matter!     Update:   Actual App Testing:
asked
1 answers
0

Hello, 

 

I hope this helps:

https://docs.mendix.com/howto/extensibility/write-javascript-actions/

 

It would look something like this:

image.png

image.png

image.png

answered