I am trying to build a virtual doctype based on a third-party REST API. The REST API returns a key called “application_number” that is the uuid.
The Frappe docs are not clear on how this is supposed to work.
How are you supposed to set the virtual doctype for the naming rule in the doctype.json? What are you supposed to set the load_from_db() to to get a single document?