How do I write defaulting and validation rules for the create and edit offer flows in Redwood user experience?

  1. Navigate to the Redwood Job Offers list page.
  2. Right click the page then click Inspect to open the developer tool window.
  3. Click the Edit Offer action of a job offer from the Job Offers list page.
  4. In the developer tool, click the Network tab and type Createorupdate in the search tool to find the Rest call.
  5. Note the submission ID from the Response tab.
  6. Click Edit Visual Builder Studio on the top right hand side of the page.
  7. Create a new workspace or select an existing one.
    Visual Builder Studio will open and you’ll land on the Activity Center screen by default.
  8. Go to the top left hand side of the Visual Builder Studio page and search for offer.
  9. Click Create or edit offer page flow in the Hiring menu.
  10. Click the arrow next to the Live button on the Visual Builder Studio page.
    This will open the Set Page Properties panel.
  11. Enter the submission ID you noted earlier and click OK.
    You’ll see the Create offer page in the side panel and you can write the business rules to show or hide fields or sections.