One more issue now when using this
{IF OBSNOW("BON DEN DEXA") <> "" THEN MEL_SEND_FLAG("Flag", "crobinso", "Normal", str(._todaysdate), "Dexa Scan","Interpretation Completed","Documents", "") ELSE "" ENDIF}
It is sending 2 flags when the document is started and when it is signed
how do i place something in here to make it send it only when the document is signed
Conda,
You'll need a variable to hold a value after the message has been sent, and then reference that variable in your statement. Something like this should work:
{IF OBSNOW("BON DEN DEXA") <> "" and document.flag_sent =="" THEN MEL_SEND_FLAG("Flag", "crobinso", "Normal", str(._todaysdate), "Dexa Scan","Interpretation Completed","Documents", "") document.flag_sent="Y" ELSE "" ENDIF}
perfect
can it be set to send on the status of the document being signed
no way to do that that i'm aware of since that occurs outside of the update.