I want to create a Bound Action but having a hard time understanding exactly how to do it.
I think you need to create one in vscode first then publish to BC.
What I don't understand is do I then need to create a launch.json and if so
what should the various fields look like:
example: would it look like a table that you would launch?
"startupObjectId": 22, "startupObjectType": "Page",
"startupObjectId": 22,
"startupObjectType": "Page",
thanks for any help on this,
Keith