Hello All Experts,
I have enable notes to my entity form.
Now when i am trying to load the form then only add attachment is visible but not the Add Note button.
i am totally stuck on this point . can anyone let me know how to achieve this functionality.
for achieving above i am following below link
https://docs.microsoft.com/en-us/powerapps/maker/portals/configure-notes
Hi, have you enable the creation of notes?
have you also enabled entity permission?
can you check if you follow these steps: https://www.youtube.com/watch?v=xouU6mj42yA
Power Pages Super User | MVP
Hi, have you enable the creation of notes? Yes , I have enable.
have you also enabled entity permission? Yes I have enable entity permissions.
also i have followed the videos you have provided.
I think whether Microsoft has any issue for this internally or whatsoever i am not sure about it.
okay I see, I actually don't think this will work at the Insert entity form.
the reason for this is because the Portals/CDS needs the parent record to be inserted before enabling any subgrid / note to be added
What you can do here is using a Web Form or if you prefer Entity Form, have your Insert form redirecting (after save) to an Edit Entity Form, this way the notes would be available
Power Pages Super User | MVP