Hi guys, Today we can see the Fin & ops Actions in the Logic app.
- Open the Logic app and open the design.
- Click on Add action and search Fin& Ops in the search bar.
- Select Fin & Ops.
- Below are the Actions available for D365FO
1. Create Record.
Way 1:
body :
{
"CustAccount": "Test001",
"Name": "Test 1",
"CustomerGroup": "10",
"TermsOfPayment": "N10",
"Currency": "USD"
}2. Delete Record
- This is used to delete the record in D365FO.
- Need to select the URL, Entity name, and Object Id.
- Object Id (Index of entity) --> Company, CustomerID
3. Execute action
- We can select the executed action based on our requirements.
4. Get a Record
- By using this will get the record from D365FO.
- In Object Id, we need to pass the index of the entity.
Object Id :
Company,CustAccount --> Index of Entity
5. Get List of entities
- Get all the entities details.
6. Lists Items present in table
- By using this will get the record from D365FO.
- Single Field
- Multiple fields
Expression:
length(body('Lists_items_present_in_table')?['value'])
7. Update Record
Way 1:
Way 2:
Object Id :
Company,CustAccount --> Index of Entity
Keep Daxing!!













No comments:
Post a Comment