hi,
I made a run button following scriptcase example on giving 5% discount and it work beautifully.
But, what if I want to give custom discount value?
What I’m actually trying to do is, update multiple record with 3 different custom value for 3 different field.
Example:
id name date collected status note
1 aaa
2 bbb
3 ccc
4 ddd
I want to update record 1 to 3 with todays date, status of “Collected” and note of “all ok”
i tried to use sc_redir to a custom form in “On Records” but it wont return the session value.
any chances of doing this?