Function to set subform row click URL. When you click on the row in table, system will redirect you to dedicated url.
How to set subform rowclick URL
Create a new behavior. Put the appropriate caption. Click Action wizard.
Click Create an action.
Click Other Scribe Functions.
Select Set Custom Rowclick URL in Other Scribe Functions dropdown. Click OK.
Click Save changes.
Click View code. Change navigate URL and table field name accordingly. Click Check Syntax, if no error then click Save and close.
Click Create now.
Example how it look in the form:
Before:
When click on the row, it will go to product list detail.
After
When click on the row, it will go to product table as per setting in the code.
Comments