hougaard / Simple-Object-Designer

Issue tracking for the Simple Object Designer for Business Central
7 stars 0 forks source link

Multiple Conditions on Mandatory fields #278

Closed User1866f6d5 closed 10 months ago

User1866f6d5 commented 10 months ago

Is there documentation on how the condition levels work for mandatory fields on actions?

hougaard commented 10 months ago

Check this: https://youtu.be/Lfk2XAEPLSo

What do you want to accomplish?

User1866f6d5 commented 10 months ago

This is great, let me get in and try it out. I think it will work

Here is the basic logic I am trying to specify

if Prod. Order No is not blank and Qty To Receive + Quantity Received = Quantity and Finished is “No”

then Do not allow any posting actions and show an error

User1866f6d5 commented 10 months ago

This works perfect, thanks Erik! One more on this project, is it possible to specify a line property in the error message, such as the Item No.? the "%1" will work if not. Thanks again.

hougaard commented 10 months ago

Not possible :(

User1866f6d5 commented 10 months ago

Thanks for verifying