Hi so i have button for generate record from another record, so i already add the button from XRM Workbench, after that i create custom action that will be called from my javascript after i click that button. I already create for all that, but the problem is it will always return error when i try to genereate the record. After using plugin profiler my code always stop when i create new record that i generate, it always stop in service.create(myentity) with this exception
System.ServiceModel.FaultException`1: 'Error. 11 .The remote server returned an error: (502) Bad Gateway.'
i don't know what that make this happen, i never ecounter this error before, and i can't found any article or post that help me solve this problem. Can anyone help me here thanks ?
*This post is locked for comments
I have the same question (0)