rappen / CustomActionTester

MIT License
7 stars 2 forks source link

Show 'UniqueName' instead of 'Name' for Custom API input and outputs #17

Closed drivardxrm closed 3 years ago

drivardxrm commented 3 years ago

Technically not an issue but it might be a better fit to show the UniqueName instead of the Name in the input params and output properties.

image

The UniqueName is the real name that will be used inside the plugin code whereas the Name can be different and it's even recommended to use a naming convention that includes CustomApi Name in order to sort things out in the solution manager.

image