xss.AlertsFrontEnd 1.0.2

Show alerts configured in xCorporate.

There is a newer version of this package available.
See the version list below for details.
Install-Package xss.AlertsFrontEnd -Version 1.0.2
dotnet add package xss.AlertsFrontEnd --version 1.0.2
<PackageReference Include="xss.AlertsFrontEnd" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xss.AlertsFrontEnd --version 1.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xss.AlertsFrontEnd, 1.0.2"
For F# scripts that support #r syntax, copy this into the source code to reference the package.

Release Notes

/* IN YOUR CLIENT CODE
-- Change tha data to send--
*/


<%@ Register Src="~/src/control/Alerts/ucAlert.ascx" TagPrefix="uc" TagName="ucAlert" %>
<uc:ucAlert runat="server" ID="ucAlert" />
<div id="divMessage"></div>

<script>
   $(function () {
       var baseUrl = "<%= ResolveUrl("~/Private/Alerts/WebAlert.aspx/SaveAlerDetail") %>";
 var user_distributor_id = "123456";
 var isCoreModule = true;
 
       $(".alert-modal").on("click", ".btnSaveSignature", function () {
           Fn_SaveAlertDetail(user_distributor_id, isCoreModule, baseUrl);
       });
   });
</script>


/* IN YOUR SERVER CODE
-- Change the data to send and charge the method in your LoadPage --

DistributorId is for Core Modules
UserId is for xCorporate
*/


private void LoadAlert() {
BackEnd.EntityLayer.Alert alert = new BackEnd.EntityLayer.Alert()
{
 ModuleId = 8,
 MarketId = 7,
 LanguageId = 1,
 UserId = 0,
 DistributorId = 1500131292
};

ucAlert.LoadAlert(alert);
}

NuGet packages

This package is not used by any NuGet packages.

Version History

Version Downloads Last updated
2.0.2 50 9/30/2021
2.0.1-Sigma 1 9/30/2021
2.0.1-Omega 1 9/30/2021
2.0.1-Delta 1 9/30/2021
2.0.1-Beta 6 9/29/2021
2.0.1-Alfa 49 6/1/2021
2.0.0 29 12/17/2020
1.1.2-Beta 58 11/26/2020
1.1.2-Alpha 28 10/28/2020
1.1.1-Epsilon 9 10/27/2020
1.1.1-Delta 3 10/22/2020
1.1.1-Beta 4 10/20/2020
1.1.1-Alfa 2 10/20/2020
1.1.0 7 10/2/2020
1.0.9-Sigma 1 9/18/2020
1.0.9-Omega 2 9/21/2020
1.0.9-Delta 7 8/14/2020
1.0.9-Beta 3 8/3/2020
1.0.9-Alfa 2 7/7/2020
1.0.8-Beta 1 5/28/2020
1.0.8-Alfa 2 5/19/2020
1.0.7-Sigma 12 3/19/2020
1.0.7-Beta 33 2/12/2020
1.0.7-Alpha 1 2/12/2020
1.0.6-Sigma 8 1/31/2020
1.0.6-Delta 1 2/12/2020
1.0.6-Beta 6 7/31/2019
1.0.6-Alpha 11 7/22/2019
1.0.5 2 7/18/2019
1.0.4-Beta 0 7/4/2019
1.0.3-Beta 0 7/4/2019
1.0.2 9 4/8/2019
1.0.2-Alpha 0 4/8/2019
Show less