December 30, 201411 yr I have a listing in table view and want to have a button attached to the line items so I can go directly to a particular line item in a different layout. Is this possible? Thanks in advance
December 30, 201411 yr Scripts do not fire in table rows. You can place a field in the row which is enterable and use script trigger to fire a script with your needed steps. Try OnObjectEnter Really, table view is not usually recommended for User access and List View is the suggested view, which CAN have buttons on the rows.
Create an account or sign in to comment