You need to sign in to do that
Don't have an account?
sumit d
Show only few record types in recordtypes picklist
Hi All,
i have 15 record types. and i created a Visualforce page in which i am taking all record types in the Record type picklist(caseObj.RecordTypeId).
now my requirement is to take only few record type in the RecordType picklist in my visualforce Page.
how to do this?
i have 15 record types. and i created a Visualforce page in which i am taking all record types in the Record type picklist(caseObj.RecordTypeId).
now my requirement is to take only few record type in the RecordType picklist in my visualforce Page.
how to do this?
What do you mean by "take only few record types"? Is there any rule to limit these RTs?
How are you retrieving your RTs? By SOQL or by Case.SObjectType.getDescribe().getRecordTypeInfosByName()?
Regards.