Notifications
Clear all
Topic starter
I can not get this to work. Please look at my context and let me know what needs to be edited.
{MEL_SEND_FLAG("Flag", "lturchi", "U", " str(._todaysdate)", "Eye Exam Report", "Message", "Documents", "")}
Thanks,
Lisa
Posted : July 30, 2015 10:10 am
Try this
{MEL_SEND_FLAG(“Flag”, “lturchi”, “U”, str(._todaysdate), “Eye Exam Report”, “Message”, “Documents”, “”)}
Posted : July 30, 2015 10:19 am
Mine works fine in an action button runprocess except instead of the "U" mine is actually typed out Normal.
{MEL_SEND_FLAG("Flag","userid","Normal",str(._todaysdate),"Summary Line","Message","Documents","")}
Posted : July 31, 2015 2:01 am
Lisa,
I do not think you want to " around the 4th parameter for the date field.
{MEL_SEND_FLAG(“Flag”, “lturchi”, “U”, str(._todaysdate), “Eye Exam Report”, “Message”, “Documents”, “”)}
Posted : July 31, 2015 2:18 am