Question
Dynamic Stamp Prompt
I am looking to have a dynamic stamp request a shop order number when placed on a customer purcahse order. What is missing for the prompt in the formula below? There are so many different answers to the same question.
if ((event.source.forReal)&&(event.source.stampName == "#OrderStamp"))
{
this.getField("Order").value = app.response("Order Number");
}
