Hi,
Is it possible to create a new Datatype as a Package, setting up the required values in the package.manifest for example an API Key and then pulling the ApiKey using a bespoke package DLL.
I know if AngularJs I could use:
$scope.model.config.accessToken
but is there a way to get this value from a bespoke DLL?
I know there is a way to get the values if you know the Datatype ID but if this is created in a package then this ID would be unknown.
Get value from new Package Datatype
Hi, Is it possible to create a new Datatype as a Package, setting up the required values in the package.manifest for example an API Key and then pulling the ApiKey using a bespoke package DLL. I know if AngularJs I could use: $scope.model.config.accessToken but is there a way to get this value from a bespoke DLL?
I know there is a way to get the values if you know the Datatype ID but if this is created in a package then this ID would be unknown.
Thanks Jon
is working on a reply...