-
Creating case instance with child nodes
I can't figure the correct syntax for creating a case instance with chid nodes
-
CMS : Cases : Metadata inheritance file/case ?
Hello , I have some questions about the CMS Cases API : Could a document(file) inherit some metadata from the case instance ? What are the possible values for the other the caseNode Obect Type other than "object_type": "Folder_type" ? My understanding is that a case is like a folder with certain structure and permissions ,…
-
CMS:Cases : Create case instance
I am trying to create a case instance for a case model already created , but faced an issue "unable to find type" , Is there another step after creating the case model like publishing the case model ? If so how to do that ?
-
CMS : Full-Text Query : Repeating attribute comparison
Hello , I have an issue with full-text query repeating attribute comparison using 'contains' , I don't konw if I'm using the correct syntax !
-
CMS : Full-Text Query : execute full-text search ?
Hello , I have a requirement to use the full-text query but I faced some issues : error "Search" is not enabled for tenant" 2) The documentation for this API is insufficient
-
CMS : List of Validators of attributes in type definition
I'm looking for the list of attributes validators when creating a new attributes
-
CMS API : Generating unique values based on sheme for attribute when creating new type instance
Is there a way for generating unique values for an attribute when creating a new type instance , for example : Type Definition : Contract Attribute : contract_id and the values will be : CONT-LOA-0011 ?
-
CMS API : Fetching typeDefinitions / namespaces for regular users ?
I noticed that for a given namespace/typeDefinition , only users that are tenant or owner of that namespace/typeDefinition can fetch it through the API GET /cms/namespaces , GET /cms/type-definitions/ , GET /cms/type-definitions/attributes , What could be the solution for this issue ? maybe user impersonation ?
-
CMS Api : Is there a way to map or link a Dictionnary to an attribute in a type definition ?
I need a way to use the Dictionnary with an attribute in a type defintion in Content Metadata ? - Thank you