You need to sign in to do that
Don't have an account?

lightning form with picklist values based on recordtype
Hi, I'm trying to build out a process in lightning allowing a user to add tasks to a project but I want the list of available task types to vary based on the stage of the project. I was planning on using Task record types to control the list of task types and then have the form pull the task record type info as a picklist using a lightning form/component. However many issues arose while trying to do this. Here is my desired workflow:
- from a project page, have a single button that launches a form (quick action to lightning component)
- using a field from the project (status), show different tasks types available to chose from (task record type fields)
- save task (forceData)
http://sfdcmonkey.com/2017/05/09/custom-record-type-selection-lightning-component/
Thanks, kindly let us know if it helps you
All Answers
http://sfdcmonkey.com/2017/05/09/custom-record-type-selection-lightning-component/
Thanks, kindly let us know if it helps you