Question about Custom Actions and Functions ...

Question about Custom Actions and Functions ...

Hi:

I have 2 questions relating to Custom Actions ...

a) When choosing to Show action for each record, is there any way of making the associated Row Button to show in a column that is not at the right end of the List View ? e.g. can a Row Button be positioned in the first (or third) column of the View ?


b) In the Function associated with a Custom Action, I would like to have ZOHO Creator navigate to a Stateless Form within the same App ... if I use the openURL command with ...

- the permalink value of the Stateless Form as the target URL
- "same window" as the second parameter

... the form is displayed without all the decorations (Header Bar with logo, menus etc.) ... is there another URL value I can use so it just navigates to the Stateless Form ... i.e. as if the user had clicked on this form's entry within the menu structure.

Suggestion: What would be really nice if there was a Deluge command like ... NavigateTo(<App>,<Form or View>,<parameter string>) ; ... that would do just that.