getFrappeModelController()
in order to get the instance of FrappeModelController
instead of renovation.model
which is ModelController
if the backend is Frappè, for instance. In this guide we will use Frappé as an example and use getFrappeModelController()
T
. This means that the object returned or passed is of a class type that extends a class that extends RenovationDocument
, for instance, FrappeDocument
.RequestResponse<T>
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
HTTP code:412
type:DataFormatError
cause: The input arguments are in the wrong type/formatsuggestion: Use the correct parameters types/formats referencing the functions signature
dynamic
fields
Link
(Another document)RequestResponse<List<T>>
RequestResponse<Map<String,dynamic>>
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
HTTP code:412
type:DataFormatError
cause: The input arguments are in the wrong type/formatsuggestion: Use the correct parameters types/formats referencing the functions signature
dynamic
RequestResponse<T>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
T
T
T
HTTP code:409
type:DuplicateEntryError
cause: Duplicate doc found while savingsuggestion: Change the 'name' field or delete the existing document
T
RequestResponse<T>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
T
RequestResponse<T>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
local
cache.T
T
T
T
RequestResponse<String>
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
T
RequestResponse<T>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
docnames
instead while using bulkAssign, default = falseRequestresponse<bool>
RequestResponse<bool>
RequestResponse<bool>
RequestResponse<List<GetDocsAssignedToUserResponse>>
RequestResponse<List<ToDo>>
RequestResponse<String>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
RequestResponse<String>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
RequestResponse<List<String>>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
LIKE
of SQL)RequestResponse<List<String>>
HTTP code:404
type:NotFoundError
cause: DocType does not existsuggestion: Make sure the queried DocType is input correctly or create the required DocType
Renovation Report
dynamic
null
RequestResponse<FrappeReport>
HTTP code:404
type:NotFoundError
cause: Docname does not existsuggestion: Make sure the queried document name is correct or create the required document
RequestResponse<List<SearchLinkResponse>>