Case Type value to display specific buttons/fields
Summary:
Content (please ensure you mask any confidential information):
I want to create a condition that only produces specific buttons when a case type value is selected in Case Management. I attempted to use the Object Function but had not luck.
I started off using the following script but I believe after return is where it goes wrong:
if (CaseTypeCdMeaning == 'Discipline/SOSR')
{
return
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):