We have created our first custom transaction type ...
# sdf
j
We have created our first custom transaction type and now we are having trouble attaching a UE to it using SDF. We do not seem to be able to find the correct way to reference the custom transaction recordtype in the scriptdeployment block. Everything we have tried returns some type of error related to the record type not being found or not allowed during deployment. For now we created our deployment in the UI, but is there some trick to specifying the recordtype for custom transaction UEs so we can keep all this work in SDF? Thanks for any help.
p
Recordtype "transaction" doesn't work?
j
Transaction gives the same error, but I suspect that is because it is not on the list of standard record types. Any standard record type (SALESORDER, etc.) works fine, but if we try to reference our new custom transaction type by ID we get an error.
p
Try to Bundle it and then convert to SDF
j
Good idea, we will try that.
e
is it a permissions issue?
j
I don't believe so, the same user that we are using for SDF deployments can create the deployment in the UI without issue. I tried the bundle suggestion and the converted XML looks as expected and matches what we have tried already. When we add the XML from the bundle conversion to our project it produces the same error.
e
try sdf with admin access token