developer
7750 TopicsLEDES xsd 2.x gives error after mapping, new data and export to xml
Ledes.org xsd, look for the zip file containing xsd of version 2.0 at https://ledes.org/ledes-xml-ebilling-ver-2-0-format On Excel I Selected the xsd file, after enabling Developer tab. tree of the xsd appears, drag to sheet. A lot of columns. Copy Paste some information from a similar file in version 2.1 viewing the XML and try to export blank or with 1 row of information. Same error Map not exportable because it contains the following: Lists of lists A mapped element's relationship with other elements cannot be preserved Is because some required information? Red asterisk on node. Or repeated information need it? I validated as well formed XSD. Can we have specific point of error? Large XSD file or a lot of columns. Examples of xml file are missing in ledes.org 2.0 and almost is secret of state. Documentation is in there but at minimum. YouTube manual creation format is old, only previous versions. I find only one sample file of version 2.1, but is a different schema that the one I need. More complex. https://www.htae.net/ledesvalidator/ Article https://support.microsoft.com/en-au/office/overview-of-xml-in-excel-f11faa7e-63ae-4166-b3ac-c9e9752a7d80 helps, My idea is missing info after reading it (red asterisk). Or exactly required info per cell. I’m going to interpolate some info from the 2.1 only sample file. https://checkliststatic.storage.googleapis.com/xml/validledesxml.xml Xsd or XML files are not supported for attachment or as code.395Views0likes1CommentConsent popup
Hi everyone, I’m reaching out for clarification regarding a popup that intermittently appears when users interact with our notification only bot, specifically when attempting to open a task module. After clicking "Agree" it shows "Enjoy using" and then appeared again. When clicking on Privacy/Terms of use nothing happens, while Permissions lead to opening another popup with endless loading, after closing it consent popup stops appearing for this app. Context: Sideloaded; Only a bot is declared in the manifest; App registration: Registered in Azure as multi-tenant with personal accounts enabled, SSO is not used; Interaction: Task module is triggered via Adaptive Card with Action.Submit, "msteams": { "type": "task/fetch" }; We’ve seen it only a few times in one tenant. It does not appear in most other sessions. Can someone tell if this is a bug or if there are some specific conditions that trigger this popup? Thanks in advance!6Views0likes0CommentsSave Failed: There was an internal error..
I don't know why my original post was taken down, I was directed to post here by microsoft staff. Hello, I developed a python script in an IDE and it always worked. I ported it to python in excel and it works. However, I frequently get this error. Often it is after I save a change that has some syntax problem. Despite removing the lines that caused the syntax error, suddenly any change doesn't work. I could remove all of my code and write print('hello world') and I will get the save failed error. I have tried: Pasting in old code from older, valid versions Removing all code and putting print('hello world') Updating Excel Repairing Excel Reinstalling Excel Restarting my computer Updating my computer Putting code in a new cell Putting code in a new work sheet Putting code into new workbook (this works but not forever, if the error happens again, I have to create a new workbook and that is incredibly inconvenient Link to offending workbook: https://1drv.ms/x/c/05ca45c91ad09cb7/EeQGntvd3sVFmieT7DBidP8B1z9Ga9d_BQg_cZ2VryoRqg?e=7IuKrw14Views0likes0CommentsSave Failed: There was an internal error..
Hello, I developed a python script in an IDE and it always worked. I ported it to python in excel and it works. However, I frequently get this error. Often it is after I save a change that has some syntax problem. Despite removing the lines that caused the syntax error, suddenly any change doesn't work. I could remove all of my code and write print('hello world') and I will get the save failed error. I have tried: Pasting in old code from older, valid versions Removing all code and putting print('hello world') Updating Excel Repairing Excel Reinstalling Excel Restarting my computer Updating my computer Putting code in a new cell Putting code in a new work sheet Putting code into new workbook (this works but not forever, if the error happens again, I have to create a new workbook and that is incredibly inconvenient Link to offending workbook: https://1drv.ms/x/c/05ca45c91ad09cb7/EeQGntvd3sVFmieT7DBidP8B1z9Ga9d_BQg_cZ2VryoRqg?e=7IuKrw8Views0likes0CommentsSharePoint List - How to open Edit Current View option in same Tab
Hi All, Currently I am using SharePoint Online site collection. In that list if I click on Edit current view option from any view then it open in new Tab to edit view settings. How to open that in the same Tab? As in SharePoint 2013 if you modify list view then it opens in same Tab so this same behavior want in SharePoint Online. Is there any way to open in same Tab on SharePoint Online List. Thanks, Harish Patil24Views0likes1CommentSharePoint list - Disable double click on list item which opens default edit list form
Hi All, I am using SharePoint online list. I want to disable double click on list item as this open SharePoint default edit form. Currently we are developed Canvas power apps on the same list. Also we have given access to list to open that form through hyperlink column. But user double click on list item it open defaults SharePoint edit form. How to disable double click on list item which opens default edit list form. Thanks, harish Patil28Views0likes1CommentNew GitHub Copilot Global Bootcamp: Now with Virtual and In-Person Workshops!
From June 17 to July 10, you can learn from anywhere in the world — online or in your own city! The GitHub Copilot Global Bootcamp started in February as a fully virtual learning journey — and it was a hit. More than 60,000 developers joined the first edition across multiple languages and regions. Now, we're excited to launch the second edition — bigger and better — featuring both virtual and in-person workshops, hosted by tech communities around the globe. This new edition arrives shortly after the announcements at Microsoft Build 2025, where the GitHub and Visual Studio Code teams revealed exciting news: The GitHub Copilot Chat extension is going open source, reinforcing transparency and collaboration. AI is being deeply integrated into Visual Studio Code, now evolving into an open source AI editor. New APIs and tools are making it easier than ever to build with AI and LLMs. This bootcamp is your opportunity to explore these new tools, understand how to use GitHub Copilot effectively, and be part of the growing global conversation about AI in software development.To Surface the Custom Object Data From Salesforce In Copilot For Sales Side Panel
There is a Key Sales Info Card in Copilot For Sales on connecting to Salesforce CRM it fetches Opportunity, account and contact info in it . I need to display a custom object which is linked to contact and it's associated account in the key sales info . Is there any Process or do we have any workaround to build it in a separate card. Refere the image belowMulti-Account into the new Teams
Hi, i'm using the new teams app for University and Personal Stuff. If i log-in my first account logged is the university account and, if i want to switch it's like a new teams page is open letting ALSO the previous opened. If i go to close the previous account window, all teams service will be closed, closing also the one i want to stay opened. It is simply horrible. Please just improved the account switcher system making a true switch from account to account letting just an instance opened. Thank you!41Views0likes2CommentsUsing Graph API to create a OneNote tab in a Teams Channel
Hello, I'm trying to create a new tab in an existing channel that opens a OneNote notebook using Graph API. According to official documentation (https://learn.microsoft.com/en-us/graph/api/channel-post-tabs?view=graph-rest-1.0&tabs=http), the call should look like this: POST https://graph.microsoft.com/v1.0/teams/{team-id}/channels/{channel-id}/tabs { "displayName": "OneNote", "email address removed for privacy reasons" : "https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/0d820ecd-def2-4297-adad-78056cde7c78", "configuration": { "entityId": "<Notebook_id>", "contentUrl": "<OneNote_notebook_url>", "websiteUrl": "<OneNote_notebook_url>" } } It worked smoothly, but since recently, when you open the tab in Teams (desktop or web), it shows an error message stating that "the application can't be reached". In the end, the tab is created but OneNote notebook is not opened. Reading the official documentation here: https://learn.microsoft.com/en-us/graph/teams-configuring-builtin-tabs#onenote-tabs it mentions that when creating OneNote tabs, "configuration is not supported". Does this mean now you can't specify the OneNote notebook to open in the tab using Graph API? Any suggestions or recommendations? Thanks in advance! FerranSolved1.5KViews0likes12Comments