Using the Clientside API to control Tabs

Less than one minute read time.

Consider the following business rule.

"A customer has a requirement that the Case Tab in the company screen should only display when the Company has an agreed service level agreement and the user accessing the screen is in the 'Customer Service' team."

This is a business rule that can be implemented using the Tab SQL Clause and there are a number of articles that have been written that discuss similar business rules.

But the rule can also be implemented using the Client Side API.

[code language="javascript"]

[/code]