User Profile
Narender
Copper Contributor
Joined May 28, 2022
User Widgets
Recent Discussions
Question : SharePoint Library Grouped by Status column issue
Hi I have a SharePoint Library with multiple column and i have Status Column in it. I have status value "Active" and "Closed". my library default view is grouped by status value. What happening here is my user dragging item and dropping into library some time what happening they are dropping on group "Active" or "Closed" so item get auto tagging status its self. is there any turn of this feature. every new item should be empty status Please help me . if anyone have solution for this Thanks878Views0likes1CommentRe: SharePoint list Form footer formatting with JSON
RobElliott Can we inset link in SharePoint List form body like below with JSON. I need three section in form first will be "Please tag event name and Year" (Link should beside). second section : details and third will be Others Please need help in this please give me codes if possible . i am new to JSON formatting Thanks for the help12KViews0likes0CommentsSharePoint list Form footer formatting with JSON
Hi I am formatting sharePoint List with JSON . I want Add to links to the footer . I am new to JSON. so i am able to add One link with JSON like below code. How can i add another link to the form footer Below is the code : { "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "a", "txtContent": "Google", "attributes": { "target": "_blank", "href": "https://www.google.com/" } } I want to show two links in footer . Thank you Narender GSolved14KViews0likes7Comments
Recent Blog Articles
No content to show