Jump to content
Salesforce and other SMB Solutions are coming soon. ×

Hiding buttons


systemsam

Recommended Posts

I have a layout which contains a portal. This portal displays different types of products. Is there a way to display a button based on the product type or other criteria in this portal or on a layout for that matter? Is there such a thing as "dynamic buttons" for FM?

Link to comment
Share on other sites

The visability works on a layout but I need this button to appear in different rows of a portal. I cannot put a portal within a portal.

Link to comment
Share on other sites

You need:

1 global container field gButton

1 calc container field myButton

 Case(conditionForButton=TRUE,gButton) 

1 script attached to myButton

 If(not isEmpty(gButton))
do what you have to do
else
exit script
end if

HTH

 

Dj

 

I've realized that I wrote gButton instead of myButton so the script should be

 

 If(not isEmpty(myButton))
do what you have to do
else
exit script
end if

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use