VMware Cloud Community
DionRow
Enthusiast
Enthusiast

Custom Resource with Custom Types

Am I doing this correctly?

Here is my custom resource:

pastedImage_0.png

and the vro dynamic type is:

pastedImage_1.png

and my create workflow is basically:

var theobject = DynamicTypesManager.makeObject("DionsCustomTest", "Test", certname, certname, new Array());

theobject.setProperty('testname', certname);

but it appears theobject value is always null.

EDIT:  and the VRA deployment get the error: Unable to serialize object of class : com.vmware.o11n.plugin.dynamictypes.model.DynamicObject

What am I missing?

Adding .package file with workflows.

Any assistance would be apprecated.  Any working examples I can learn from would also be appreciated.

Regards

Dion

-- dion VMware Systems Admin vExpert VMUG Leader Saskatoon
Reply
0 Kudos
0 Replies