I'm trying to create an action in Dynamics CRM 365.
I can see it on Plugin Registration Tool (as a message), but when I'm trying to call it, it says:
Resource not found for the segment ...
then I looked it up at the Metadata and I saw that the action was created only with its prefix as new_
I tried below steps:
iisreset
crm services restart
Action
has a Display Name and and Internal Name (like a CRM Entity field). The Internal Name will always have the publisher prefix (in your case "new_") – jasonscript