Imagine an action that allows the user to populate part of the object being created.
Use case: when creating a car sales ad, looking up an existing vehicle by its plate number. Since the vehicle is required for the ad to be created, this cannot be left until after the object has been created.
Imagine an action that allows the user to populate part of the object being created.
Use case: when creating a car sales ad, looking up an existing vehicle by its plate number. Since the vehicle is required for the ad to be created, this cannot be left until after the object has been created.