Post your Documents in D365F&O using X++ Plugins in Copilot
1. PPAC > navigate to Environment > D365Academy-Dev> D365 Apps we must have pre-request 1. Copilot for Finance and Operations apps 2. Copilot in Microsoft Dynamics365 Finance 2. Copilot in Microsoft Dynamics365 SCM In feature management we must have enabled custom API Generator 1. Plug in class that is capable for target operations a. Implements IcustomAPI b. CustomAPI c. AIPluinOerationAttibuite d. CustomAPIRequestParameter e. Microsaft Dynamics.Fno.Copilat.Plugins.InvakeFnoCustomAPI /// <sunnary> /// The plugin class that is capable of posting a slaes order packing slip /// </sunnary> {CustomAPI('Sales order packing slip plugin POC', 'Pest packing slip fer sales orders, frem Copilot')] [AIPluginOperationAttribute] [DataContract] internal final class SubhaSOPostPackingSlipPluginV2 implements ICustomAPI { private DataAreaId dataAreaId; private SalesId salesId; private ItemFreeTxt ret;...