Hi All,
In view i use a shared button name unlock.This button will show only when DocStatus is “Locked”.
I written in hide fromula…DocStatus =“Locked”.
but it is not working.
Any advised pls.
Thanxs
Hi All,
In view i use a shared button name unlock.This button will show only when DocStatus is “Locked”.
I written in hide fromula…DocStatus =“Locked”.
but it is not working.
Any advised pls.
Thanxs
Subject: hide button not work
Program your code in such a way that if the criteria is not met, it would prompt and quit else proceed with the code.
Subject: hide button not work
Hi Rajeev, Can u write the probelm in deatils that what is heppening?
And What u want?
Subject: RE: hide button not work
yes more detail is required - if it is a button in the view, you cannot hide it based on a value in a document
Subject: hide button not work
Hide condition is “Hide action if formula is true”. So when you are say DocStatus = “Locked”, you are hiding action for locked docs but you want to show this action for locked docs. Just reverse your formula and it should work. ![]()
Subject: RE: hide button not work
ahh - I get it now - if the issue is a button on the doocument, then please disregard my previous post