Subscribe to:
Posts (Atom)
How to get logged in User's Security Roles using Java Script in dynamic CRM 365.
function GetloggedUser () { var roles = Xrm.Utility.getGlobalContext().userSettings.roles; if (roles === null) return false; ...
-
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ArrayManipulation { ...
-
CREATE Procedure SP_PaymentToSupplierEmployee_Periodically @tbl_OrganizationId nvarchar(50) AS BEGIN SET NOCOUNT ON; SELECT COUNT(...
-
CREATE TABLE [dbo].[tbl_dbLogs]( [LogSerialId] [int] IDENTITY(1,1) NOT NULL, [Error_line] [int] NULL, [ERROR_MESSAGE] [nvarchar](max...