Hi Community,
I'm trying to create a flow to Revoke the Access/Make Read-only for the Custom Table record using the Dataverse Unbound Action with RevokeAcess function to the User or All users in the system (Including the owner of the record).
Please find the screenshot below of my flow.
In my flow, Custom Table is Contacts it has relation with Order table 1:N relationship.
The movement order is submitted Order / Fulfillment of Order the associated contract (custom table record) should revoke the access to all users in the system ( Including record owner).
Please find the error message below.
Error Details:
An error occurred while validating input parameters: Microsoft.Crm.CrmHttpException: Resource not found for the segment 'spega_contract'.
at Microsoft.Crm.Extensibility.OData.CrmEdmEntityReference.CreateCrmEdmEntityReference(Uri link, IEdmModel edmModel, CrmODataExecutionContext context, EntitySetSegment& entitySetSegment)
at Microsoft.Crm.Extensibility.ODataV4.ODataParameterReaderExtensions.TryReadFlowPrimitiveData(ODataParameterReader oDataParameterReader, ODataDeserializerContext readContext, CrmEdmEntityObject& result)
at Microsoft.Crm.Extensibility.ODataV4.ODataParameterReaderExtensions.TryReadFlowPrimitive(ODataParameterReader oDataParameterReader, ODataDeserializerContext readContext, CrmEdmEntityObject& result)
at Microsoft.Crm.Extensibility.ODataV4.CrmODataActionPayloadDeserializer.Read(ODataMessageReader messageReader, Type type, ODataDeserializerContext readContext)
at System.Web.OData.Formatter.ODataMediaTypeFormatter.ReadFromStream(Type type, Stream readStream, HttpContent content, IFormatterLogger formatterLogger)
Thanks in advance,
Srinath Pega
Solved! Go to Solution.
Please pass the above values as
/spga_contracts/Contract(value)
/systemusers/Owning User(value)
Please pass the above values as
/spga_contracts/Contract(value)
/systemusers/Owning User(value)