Custom note based on formula

Custom note based on formula

abhay.gilka
Enthusiast Enthusiast
303 Views
1 Reply
Message 1 of 2

Custom note based on formula

abhay.gilka
Enthusiast
Enthusiast

Hi ,

 

I am looking add to custom note which should prompt for an entry (numerical value) so that it generates a conversion value as general note using a simple multiplication or division formula.

 

For example, Prompted entry should be enter value in Newtons  and output in lbs

Prompted entry should be enter value in deg C  and output in DEG F

and so on.

 

Appreciate any help.Thanks!

0 Likes
304 Views
1 Reply
Reply (1)
Message 2 of 2

A.Acheson
Mentor
Mentor

Here a few links that might get you started, api sample for adding general note

and function for unit conversion.

This sample contains prompted text

and how to add it to a text box. 

All the samples are vba. To convert to ilogic/vb.net environment by using find replace to remove set and you can also remove sub and end sub lines. 

 

You will likely need to run the rule manually to get a conversion to happen as there is limited event triggers. 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan
0 Likes