how to get current logged in user details using powerautomate flow
below is the youtube link for getting the current logged in user details using flow
get optionset value using powerautomate flow in D365
I have tried steps the given in the below blog, some how I am not getting it properly.
get live shipping rates in Dynamics 365 eCommerce, we have create a complete fulfillment solution, and want to use its api
I have created an api and print labels everything in fulfilment solution, I have managed to call that api by creating a custom extension in dynamics 365 store front ecommerce , the problem is when it fetches rates, it shows but still shows free when i trying to update that value it says,
Wir suchen einen Microsoft Dynamics 365 Developer
Schau mal vorbei
Facing Error while importing .bacpac file in D365 F&O CHE
While trying to import a DB backup .bacpac file in the newly created CHE facing an error :
Error SQL72014:core Microsoft sqlclient Data provider: Msg207, level 16, state 1, Procedure AIFSqlRowversionINVENTJOURNALHISTORYAfterDelete, Line9 Invalid column name ‘SYSDATASTATE’.
Error SQL72045: Script execution error. The executed script:
CREATE TRIGGER AIFSqlRowversionINVENTJOURNALTABLEHISTORYAfterDelete
ON dbo.INVENTJOURNALTABLEHISTORY
AFTER DELETE
AS BEGIN
SET NOCOUNT ON;
INSERT INTO AIFCHANGETRACKINGDELETEOBJECT (CHANGEDTABLEID, CHANGEDTABLERECID, DELETETIME, ISARCHIVALDELETE)
SELECT 28129,
RECID,
GETUTCDATE(),
SYSDATASTATE
FROM DELETED,
END