Skip to content

Commit 5b5b152

Browse files
authored
Merge pull request #1 from NilotpalMaitra/NilotpalMaitra-patch-1
Tried to fix the issue for "Fix Readme for Delete Orphaned Catalog U…
2 parents 68d9116 + 6d61ee4 commit 5b5b152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ Hard coding instance URL is not a best practice as they reduce the usability of
8585
### Before Business rules should not insert() records in any tables
8686
Before business rules execute before the data on current record is saved to database. In case, the before business rule fails or aborts its operation, then any insert operations within the business rule becomes invalid but it cannot be reverted back as the operation would have already been completed. In order to avoid such issues, before business rules should not include insert operations.
8787

88-
### Update set description should not be empty
89-
Validates the description of the update sets created is not empty as it provides the release management team better understanding what's getting pushed.
88+
### Catalog UI policy should be used in either a Catalog Item or a Variable Set
89+
Validates that Catalog UI Policies are either associated with a Catalog Item or a Variable Set. Catalog UI Policies that are not in use should be deleted as they are unnecessary.
9090

9191
### Update set should not have more than 1000 updates
9292
Update sets with more than 1000 configuration updates should be broken down into multiple update sets with batching or the parent story has to be more granular as reviewing update set configs and commiting/backing out may have issues.

0 commit comments

Comments
 (0)