Function to disable subform row click in the table.
How to disable subform row click
Create a new behavior. Put the appropriate caption. Click Action wizard.

Click Create an action.

Click Other Scribe Functions.

Select Disable Subform Rowclick in Other Scribe Functions dropdown. Click OK.

Click Save changes.

Click View code. Edit your table field name accordingly. Click Check Syntax. If no error occur then click Save and close.

Click Create now.

Example how it look in the form:
Before
Click on the row and you will be redirect to information detail page.

Product list information detail.

After
You can't click at any row table because it's already disabled.

Comments