-
Hi Mike Adding an OverrideReservations option to the loc:move-item and loc:move-items calls, as outlined below, would be possible in a future release. Thanks!
-
Hi Mike, Glad to inform you that this attribute can be obtained through CTMS with some extra configuration. Using Admin app you need to enable "Record Complete" property availability by default, then OMM_MOB_COMPLETE will be present in the attributes list response.
-
Hi Kenneth, Please reach out to your Alliance Partner contact over emails to get environment setup for a plugin development. First you'd need to be able to develop a plugin in a normal way before proceeding to CI/CD. Thanks, Vadym
-
Hi Mike, You'll have to use IPWS to retrieve this specific attribute for now. In the mean time we have submitted a feature request to make this available in CTMS Thanks
-
Hi Kenneth, Can you confirm if you're using Helm 2.x on your dev machine? Thanks
-
Hi Kenneth, We have released the updated version of starter kit which resolved the dependencies conflict. Could you give it a try please and let us know if it works for you. https://www.npmjs.com/package/cloudux-starter-kit Thanks
-
Hi Kenneth, Are you using the same origin credentials? This is shown in the cloudux-user-settings-example. You may need to create a connector (CloudUX service) under specific circumstances, but usually it is not necessary. Making api calls over http doesn't require a connector. Most likely you just need to set cross origin header on your api server
-
Hi Kenneth, You can use the CloudUX starter kit to generate a sample react project see https://www.npmjs.com/package/cloudux-starter-kit The Trello example is currently outdated and we are looking to publish a replacement react example in the future. Please let us know if there is anything specific you're interested in. Thanks
-
Hi Gergelyv, We provide a number of examples on how to use APIs from UI app at https://github.com/avid-technology Please take a look at https://github.com/avid-technology/inews-notifications or https://github.com/avid-technology/cloudux-user-settings-example where UI App from a client machine is making API calls to cloudux on a local network.
-
Hi Mike, We have tried this on our side and cannot reproduce the issue with CloudUX 2021.11. Do you have a check that after folder creation it actually exists before attempting to move? Thanks