do you think this is possible to add?
# general
k
do you think this is possible to add?
n
Hi Karren! Is it possible with NS functionality/APIs, not that I know of. Is it possible to do with a script using something like Xpath to track down where to place it and then inject the text, yes 🙂 Is that recommended? Probably not 😄
a
just to clarify, are you trying to create a new button? or want to just rename "Accept Payment" button but behave same way
k
The thing is the user want it to have that on the invoice that is already been paid completely. However, our techno consultant said it was not possible.
a
ah so you want to show "paid thanks" button which will not really do anything but shows once invoice is fully paid.
right?
if so I would just create workflow to show the button once invoice is fully paid. The button will not do anything really but "will show" as requested by user.
b
Your consultant is probably right. You won't be able to get a message like that without unsupported DOM manupulations. If you are willing to have a more obnoxious message, you can use the form from a beforeLoad User Event Script and Form.addPageInitMessage to add a confirmation message
It will be big like this
k
Hi @Adam Kundrat yes just to show that the customer is paid it will have to show this once the invoice is paid
a
yeah so if you don't want to do complicated DOM as suggested above (which might required scripting). Use workflow to show the "paid" button that does nothing once invoice status === fully paid although ideally I think user should just take note of the invoice status...
k
I see so it cannot be customized like this
message has been deleted
I just edited it through paint
a
for that you will need to use DOM as suggested above (i.e. scripting)
not ideal....
k
oh ok thank you
Thank you soo much Adam
👍 1
Hi @battk I am not so sure I can do that huhuhuh Your consultant is probably right. You won't be able to get a message like that without unsupported DOM manupulations. If you are willing to have a more obnoxious message, you can use the form from a beforeLoad User Event Script and Form.addPageInitMessage to add a confirmation message