Business Rule using AJAX Events

Hello, I want someone to help me know how to do this step by step example.

Thank you.
net/forum_en_us/index.php?action=ver

Re: Business Rule using AJAX Events

Hello,

Basically the ajax fired is updating the Unit Price field according to product selected.

sc_lookup(myData, “SELECT Price FROM Customers WHERE ProductName = '”. {Product} . “’”);

and then the unitPrice is updated.

{unitPrice} = {myData[0][0]};

Here are a few tutorials on AJAX events:

http://knowledge.netmake.com.br/article-333.html
http://knowledge.netmake.com.br/article-20.html
http://knowledge.netmake.com.br/article-8.html

regards,
Bernhard Bernsmann

Re: Business Rule using AJAX Events

thanks for the help, I solved many doubts.