Hello ,
I have customized form in a sharepoint list .
hi @Parisa
hi , thanks for your reply .
I actualy want to do that , but I dont know how can i do it?!
Hi @Parisa
Reset(SharePointFormNew)
Thank you for your explanation.
As you can see in the following image , I do not have access to the Sharepoint Ribbon.
Unfortunatly I can not find it.
Hi @Parisa
Just missed the previous scrennshot, so I see that you are trying to customise the ribbon of the SP default form and this action is not supported with powerapps right now.
More details on customising creating SP List/Site ribbons : https://www.c-sharpcorner.com/article/adding-custom-action-to-the-ribbon-of-view-in-sharepoint-list-...
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Thanks for the link .
I'm still looking for a way to show my form without data by clicking on "New".
when i set :
sharepointintegration.OnNew=NewForm(SharePointFormNew);
the previous data still are there.and when i set :
sharepointintegration.OnNew=NewForm(SharePointFormNew);ResetForm(SharePointFormNew);
my form will refresh automatically and i'm not able even to scroll it down.
Have you tried changing the order of the functions in the "sharepointintegration.OnNew" and reset the form first then change the form mode to new.
Example:
sharepointintegration.OnNew = ResetForm(SharePointFormNew); NewForm(SharePointFormNew)
Thanks for your Idea @Jeff_Thorpe ,
no I did not try that .
I just tried it, the same problem. the page refresh automaticly and i am not even able to scroll it .scroll jumps up.
User | Count |
---|---|
247 | |
105 | |
82 | |
50 | |
43 |