• Anonymous
  • Login
  • Register
Qenos Application Framework - Feature Request: Change Edit Action Button on WFCloseSaveEdit subform


This originated out of the earlier SuperNTF integration requests. Because this edit button has some "unorthodox" logic behind it instead of a straight up @command([EditDocument]), it is interfering with the Queryopen logic introduced into the same subform to handle preview situations.

So my request is first to make this a boring @Command([EditDocument]) button, but since the only reason for the current button script logic is to tell users when they can't edit, how about we just hide the button altogether when a user can't edit the document? Here's the hide when formula for that:

REM {Hide if user has is not authorized to edit document};
curAccess := @TextToNumber(@UserAccess(@DbName; [AccessLevel]));
curAccess < 3 | (curAccess = 3 & !(@UserNamesList *= @Author))



Taken Actions by Owners

No actions have been taken yet.


Documents
In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.