Provides a screen template to create a skeleton BDD test for CRUD Wrapper functions.
Create a new screen, select the BDD CRUD Template and perfom this Implementation steps:1: Switch to the data tab and select the Sample_Product entity2: Find the usages using <F12>3: Replace All Usages with <YourEntity>4: Switch to the Logic tab, select Sample_ProductDelete and find the usages using <F12>5: Replace All Usages with <YourEntityDelete> Server Action6: Repeat steps 4 and 5 for Sample_ProductSave7: Select Role Sample_Role and find the usages using <F12>8: Replace All Usages with <YourRole>9: Delete Sample_ProductDelete, SampleProductSave, Sample_Product and SampleRole10: Find and replace Sample_Product by <YourEntity> using CTRL+F11: Fix the errors.12: Do the TODO's13: Publish and test
Refactored to use a web block per scenario.