CoreBOSBB
workflows function expression - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Development (https://discussions.corebos.org/forumdisplay.php?fid=18)
+--- Forum: coreBOS Development (https://discussions.corebos.org/forumdisplay.php?fid=4)
+--- Thread: workflows function expression (/showthread.php?tid=2101)

Pages: 1 2


RE: workflows function expression - inspectorflint - 07-23-2021

Thanks, Joe.

Where can I learn this native workflow expressions to do this? Really if this performance can be done in this way I prefer to use it...

Can you guide me on how to do it?

Thanks again


RE: workflows function expression - joebordes - 07-23-2021

Use the "Update field" task

Select the field you want to fill in
Click on the value field, the workflow expression editor opens, select "Expression" and write the expression you need to do the calculation


https://youtu.be/A-QZkKeJN8g


RE: workflows function expression - inspectorflint - 07-24-2021

Joe:
It works perfectly! Thanks!

It is possible that the update value use fields of modules which arenĀ“t related with the module? Exactly the tax1 field..

Thanks again, Joe


RE: workflows function expression - joebordes - 07-25-2021

You can only access fields on related modules: https://blog.corebos.org/blog/updatefieldwf

Look in the InventoryDetails module for tax calculations: https://blog.corebos.org/blog/inventorydetails that module should have everything you need if the numbers aren't already on the module itself (look at the fields on the Financial Information block)

If you are trying to access the Settings variables for taxes that can't be done but should be rather easy to do


RE: workflows function expression - gtccabs - 07-25-2021

Nice Work Thanks For Sharing This Post