web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Linking of Sales Order and Sales Order Lines in Microsoft PowerApps.

Community Member Profile Picture Community Member

Introduction:

In this blog I will demonstrate that how the Sales Order and its corresponding Sales Order Lines can be linked together in the Microsoft PowerApps.

Pre-requisites:

  1. Microsoft PowerApps

Method:

  1. Create two galleries within the PowerApps and for the first gallery create a display form with Sales Order as the Data source.
  2. In the second gallery, the Sales Order Lines is the Data source.
  3. Now select the second gallery, and write the following formula to display the corresponding Sales Order lines: Filter(SalesOrderLines,’Document No.’ exactin                                      DataCardValue2.Text)                                                                                    where DataCardValue2.text contains the value of ‘No.’ field of the Sales Order on the basis of which the Sales Order and its lines are related. The exact in keyword is used to check whether both the fields are matching exactly.

The post Linking of Sales Order and Sales Order Lines in Microsoft PowerApps. appeared first on .


This was originally posted here.

Comments

*This post is locked for comments