mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
Update SKILL.md for Lex App Generation
This commit is contained in:
parent
483127c4ef
commit
bc16b0c7e0
@ -274,6 +274,18 @@ After all phases complete, consolidate outputs into deployment-ready structure.
|
||||
|
||||
---
|
||||
|
||||
### STEP 4: Deployment-Time Permission Set Suggestion
|
||||
|
||||
Whenever deployment is executed, you MUST include a suggestion that the user can assign generated permission set(s) to the current user.
|
||||
|
||||
- Show this suggestion as part of the deployment response.
|
||||
- Include runnable command suggestion:
|
||||
- `sf org assign permset --name <PermissionSetApiName>`
|
||||
- If multiple permission sets were generated, include one command per permission set.
|
||||
- Do not complete the deployment response until this suggestion and command(s) are shown.
|
||||
|
||||
---
|
||||
|
||||
## Output
|
||||
|
||||
The completed build produces:
|
||||
@ -420,4 +432,4 @@ Check for:
|
||||
- Reserved words in API names
|
||||
- Relationship limits (max 2 M-D per object)
|
||||
- Name length limits
|
||||
- Duplicate names
|
||||
- Duplicate names
|
||||
|
||||
Loading…
Reference in New Issue
Block a user