Announcements
No record found.
And i get this exception:
I saw many examples using the Custom Action "Unique Name" as the constructor parameter.
The custom action:
The custom entity:
*This post is locked for comments
The custom action should create a new record for the ExcelExportEntity, but instead it looks for an existing entity using the GUID provided...? Whats wrong here?
Hello,
The thing is you try to execute action in the context of entity and you pass non-existing record as a target. That fairly generates an exception. If your Action is not entity-related I would suggest to redesign your action using Global action (without any relation to some type of entities).
UPD: Make your action Global and add that entity you want to create during import as Output.
Ok, but then I will not show up in the Plugin Registration Tool when I want to add a new step. The Message text field will not provide me to choose the action which is defined global?
Hans,
It would. I've done that many times so I'm pretty sure what I am talking about.
As you can see, the custom global action does not show up.
And it also starts with "rbc_".
At least I don't get an exception.
var er = new OrganizationRequest("rbc_ActionExcelExport"); er["ViewId"] = Guid.NewGuid().ToString(); er["EntityName"] = "rbc_actionactivityexcelexport"; er["QueryName"] = "trallalalala"; er["QuickFindQueryId"] = Guid.NewGuid().ToString(); er["DefaultSavedQueryViewId"] = Guid.NewGuid().ToString(); er["UserOwnedViewId"] = Guid.NewGuid().ToString(); er["TotalRecordCount"] = "500"; OrganizationResponse response = proxy.Execute(er);
restarting Plugin registration tool helped ! Thanks a lot Andrii !!!!!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
JS-09031509-0 3
AS-17030037-0 2
Mark Eckert 2