Control add-in CustomerExperienceSurvey in 25
- App
- System Application
- Namespace
- System.Feedback
Versions171819202122232425262728latest
Source in 25
src/System Application/App/ControlAddIns/src/CustomerExperienceSurvey.ControlAddIn.al20 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.Feedback;
controladdin CustomerExperienceSurvey
{
VerticalStretch = true;
HorizontalStretch = true;
StartupScript = 'Resources\CustomerExperienceSurvey\js\CustomerExperienceSurveyStartup.js';
Scripts = 'https://mfpembedcdnmsit.azureedge.net/mfpembedcontmsit/Embed.js',
'Resources\CustomerExperienceSurvey\js\CustomerExperienceSurvey.js';
StyleSheets = 'https://mfpembedcdnmsit.azureedge.net/mfpembedcontmsit/Embed.css';
event ControlReady();
procedure renderSurvey(ParentElementId: Text; SurveyId: Text; TenantId: Text; FormsProEligibilityId: Text; Locale: Text);
}Procedures, 1
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| renderSurvey | (Text, Text, Text, Text, Text) | public | - |