Universal Function - Dynamic Code (.NET SDK) To Execute Universal Functions
Hello All,
Hopefully I can explain my situation, as we've actually gone to our re-seller and gotten half of a fix for this issue.
We have a Validation Config that triggers a Message Box Universal Function on our Sales Orders. The issue, is that when we use Document Printing, the Message Box appears when trying to print documents.
Our Reseller came up with the following as a solution:
Universal Function Configuration
Type: Dynamic Code (.NET SDK)
if form.visible=true Then
...Message...
End If
You can imagine that for this instance that does work, but I was curious if there was a way to either:
1. Work around this without using Dynamic Code
2. Call another Universal Function from Dynamic Code.
Thanks in advance for any information!
-
Official comment
Hi Devin,
We need more details on what you are trying to achieve before we can suggest a work around. What is the scenario?
What is the validation suppose to do? and how is the document printing gets involved in the process?
You can even attach a screen shot - hopefully we will be able to assist.
Thanks, Naama
Please sign in to leave a comment.
Comments
1 comment