I'm trying to make a simple page extension, to rename "Approve" on the Purchase Invoice Page, to read "Approve / Reject"
My code is below, however it seems to have done nothing. Can anyone point me in the right direction?
pageextension 53024 PageExtension53024 extends "Purchase Invoice"
{
actions
{
modify(Approval)
{
Caption = 'Approve / Reject';
}
}
}
Hi Zhu,
Thanks for this - unfortunately this hasn't worked. I have realised that I think this is because we have Continia Document Management extension installed, and this seems to be controlling the behaviour here, rather than the standard Object Designer functionality.
Many thanks
Ben
Hi, try this.
Hope this will help.
ZHU
Hi,
Check the action name from the object designer. I think you have enter incorrect action name.
Thanks.
Verify, If this answer helpful to you
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,219 Super User 2024 Season 2
Martin Dráb 230,056 Most Valuable Professional
nmaenpaa 101,156