Hi
I am building a canvas app which is using CRM data, The app is to be used to manage accounts and i want to be able to display information about the account and update the account and add Notes and activities
First Screen is List of Accounts
Second screen would be a form showing fields from the Account This screen would have a Button on it Called Notes which i user would click and it would take you to a gallery of the notes for that organisation
I don't seem to be able to get the transition to work
I have tried adding the following to the Items in the note Gallery but it does not work. The Last Statement is not recognised EG = OrgForm.accountid
Filter(Notes, AsType(Regarding, Organisations).accountid = OrgForm.accountid)Filter(Notes, AsType(Regarding, Organisations).accountid = OrgForm.accountid)
I have been round in circles with Co-pilot with different formulas with none that work
I want to do some with related Contacts for an orgnisation and thought this would be a common scenario but cannot get this to work at all no matter what I try . Any help with a solution to this would be apricated
Thanks