We have created 2 different record types for Quote says Draft and BOM user can create multiple BOM. Now is it possible to populate in a custom picklist on Draft quote to display all Quote numbers that are part of BOM.
Regards
Sandeep
답변 1개
Hi Sandeep,
You need to write Apex code to have this functionality. Programming questions are best to post in one of the developer forums for a quick response:
https://developer.salesforce.com/forums
http://salesforce.stackexchange.com/
Pls note Limits for Custom Picklists. Custom single-select picklists can have: Up to 1,000 values. Up to 255 characters per value.
Thanks