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

If current layout is


Kalina

Recommended Posts

Is there a way to write a script that says If the current layout is (layout name) then (result)?

 

I have layouts of varying sizes and I need something like this to help me when exporting and printing.

Link to comment
Share on other sites

If [ get ( Layoutname ) = "TheName" ]

....do stuff

Else if [ get (Layoutname ) = "TheOthername" ]

....do stuff

Else

....do stuff

End if

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

Terms of Use