March 21, 200520 yr Author I have some portals that only show some of the details from the actual table. When a user would like to edit those records, there is a button within the portal they may click. Pleasantly, this button disappears when there is no record to show. I would like buttons to add a new record, and to associate an existing record, in a case where there is no related record to show... it would be great to mirror the edit buttons behavior, and hide when the user shouldn't try to use them. Any ideas how to accomplish this?
March 21, 200520 yr I have some portals that only show some of the details from the actual table. When a user would like to edit those records, there is a button within the portal they may click. Pleasantly, this button disappears when there is no record to show. I would like buttons to add a new record, and to associate an existing record, in a case where there is no related record to show... it would be great to mirror the edit buttons behavior, and hide when the user shouldn't try to use them. Any ideas how to accomplish this?
March 21, 200520 yr Hi, May be a calculation involving IsEmpty(Related::serial) into a Case statement showing your button container field.
Create an account or sign in to comment