effordDev / sf-application

This module provides a way for admins to build an application/form using LWC's.
MIT License
10 stars 0 forks source link

Flows not read only after #70

Closed Jfeger310 closed 12 months ago

Jfeger310 commented 1 year ago

After application is submitted, and we make the read only true, users can still run through flow? anyway to have th input flow also follow the read only? I know that we can do this on the flow as a decision but it would be cool it if followed the package design

effordDev commented 12 months ago

@Jfeger310 this needs to be handled via flow configuration. Flow should have the Application__c.Id context passed in as recordId. The flow can check the status and render appropriately.