Hey, guys, I need some feedback on quick create
I have this quick create and a grid that displays data I was wondering is there any way to force the user to add at least one quick create and if grid counter is 0 prevent them from going to next stage.
Can this be done using dynamic functionality or is there query involved or javascript
The quick create is from a different entity
Hi partner,
First, If you want users add records by quick create in subgrid, you could the following ways.
1.Make sure the entity that you want to create has a quick create form.
2.The two entities have a 1:N relationship between them and the subgrid is on the parent entity form.
Second, if you mean you want to prevent them from going to next stage in a BPF if there is no record in subgird, you could refer to the following blog.
Hope it helps.
Best Regards,
Leo