Authors:
Cameron Johns, Cille Schliebitz, Anita Gu
Changed on:
3 Feb 2025
`locationRef` and `quantity`.`locationRef` and a `quantity` field as a JSON attribute:`{`` "locationRef": "F_NSYD",`` "quantity": 1``}`A Workflow may be configured to name the type, such as "StockReservationDetails", and declare this in the user action attribute type definition.The UX Framework will look for field components registered as "StockReservationDetails" and render them to the form. However, this field component does not yet exist.So, let's move on to the next lesson, which is to build a custom form field for this special complex type.