Content
searching for possibility of showing editable grid in popup
is it possible to show an editable subgrid in a popup in Dynamics 365 CRM. If not please suggest other possibilities.
can we show editable subgrid in the popup
when click on close as lost/close as won before going to close the opportunity need to show one general popup with text as do you want to add subgrid area. When i click on ok it should show another popup for editable grid. Is there possibility to achieve…
Content in Targeted Meeting Notification does not render after re-running the MS Teams Bot app
Previously a similar issue had been raised 2-3 months back for a bug related to this dialog content generation but there was no update afterwards from the concerned team/engineering team. Based on the sample-…
Is there a way to format long/multiline strings in EntityCellValue card view?
I have a custom function returning an EntityCellValue being viewed by the user in a card layout. If a field has type "String" type then the actual string is shown with trimmed whitespace and no newlines. What is the best way to show multiline…

Failed to parse source map
Please who can explain for me and how to solve it
editor.disableReadOnlyMode( 'feature-id' ); is not working in DecoupledEditor
Hi! The question is simple. This works: <script src="~/js/ckeditor5-build-classic/ckeditor.js"></script> <textarea id="editor_middle">@Model.Description</textarea> ClassicEditor .create(…
Can you differentiate between shared mailbox and delegate mailbox using OfficeJS API or Microsoft Graph API?
Is it possible to distinguish between shared mailbox or delegate mailbox using OfficeJS API or Microsoft Graph API?
bagaimana cara membuat paket aplikasi secara manual dan mengunggah aplikasi Anda sedangkan aplikasi saya menggunkana telegram sehingga tidak ada logo dan lainnya
jadi saya membuat aplikasi chatbot secara manual menggunakan nodejs di visual studio yang untuk sementara wadah untuk menampung aplikasi itu menggunakan telegram , dan akan di unggah ke teams bagaiamana acaranya dan aplikasi ini tidak ada frontend nya…
Exception when running QUnit test script in Visual Studio 2022
I'm encountering an issue when I try to run a QUnit test script for a JavaScript file in Visual Studio 2022. The error message thrown reads: System.ArgumentException: The specified argument cannot be empty. Parameter name: filters I've included the…
How to use the random cell value for a further formulas?
function main(workbook: ExcelScript.Workbook) { let selectedSheet = workbook.getActiveWorksheet(); let j=1; selectedSheet.getCell(j, 1).setFormulaLocal("=A2*5"); j++; while ( selectedSheet.getCell(j, 2).getValue() == 6 )…
TempData['value'] and ViewBag.value are updated in the controller, but remain same in the view
Hi! Using $.ajax, I update variables in TempData or in ViewBag without reloading the page (View). But when the result of success: function (result) {} is returned in the View, the alert shows that the data has not changed. As far as I understand, I…
gridview row total using javascript or jquery without postback
Hello This Is My Sql database table USE [DEMO] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[Table_1]( [Field1] [varchar](50) NULL, [Field2] [float] NULL, [Field3] [float] NULL ) ON [PRIMARY] GO SET…

how to check my table is inside another table cell
I want to check my cursor is inside a table cell and this table is inside another table or not? using this I am only checking my cursor is inside a table or not await Word.run(async (context) => { const range = context.document.getSelection(); …
Content Appears Before Loader and CSS Loading on SharePoint Server 2019 Website
We have encountered an unusual glitch on our SharePoint Server 2019 website, where the content is rendering before the loader and CSS styles are fully loaded. This issue is impacting the user experience, as it leads to a momentary display of unstyled…
How to get the Wishlist data by API?
I have been able to use the api https://learn.microsoft.com/en-us/windows/uwp/monetize/access-analytics-data-using-windows-store-services to successfully acquire the Acquisition data. But How to get the Wishlist data by API?
how to fix return bad return status on requestPurchaseAsync(storeId)
In JavaScript, the code to purchase an in-app item is: storeContext.requestPurchaseAsync(storeId).done(function (result) { if (result.extendedError) { inAppTools.Error(result.extendedError); return; } // The Store module to purchase is not…
how to set the icon for individual items in a lookup field in Dynamics 365 on premise?
While filtering the Partylist in Regarding field in an activity, I use the method setEntityTypes(), we can't get the entity icon for item selected in the Regarding lookup field in this way. And I can't find the related method to set the item icon for…
Outlook Desktop hangs on autoevent onMessageComposeHandler when OfficeRuntime.auth.getAccessToken is called
We have an Outlook web-addin that has the onMessageComposeHandler associated in the manifest. A couple of times a day the addin hangs while retrieving an accesstoken. It does not crash, but it just hangs, so we are not able to redirect the user to…
How to Check if Pushpins are Successfully Mapped in [Bing Maps]?
I'm facing difficulty in determining if the pushpins are mapped or not. Despite conducting thorough checks within the documentation and Q&A sections, I haven't found any event that indicates the mapping status of the pushpins. Is there an event that…
Why when img.src = "~/path/image.png", javascript automatically adds domain + path to the controller?
Hi! I have an image on my page: <img src="~/Images/data_600x400.png" class="effect"> When I set the mouse over the box, this image appears on the scene and the src changes in it: <script> let A =…