You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Jonas,
I tried reusing XRM token with classic plugin code but it seems I am missing something because the token method is returning nulls against each tag. Appreciate if you can help me identify the issue. Thanks. Abbas
following is the code:
using System;
using System.Collections.Generic;
using System.IdentityModel.Metadata;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Query;
using System.Dynamic;
using Rappen.XRM.Tokens;
using System.Runtime.CompilerServices;
namespace SamplePlugin
{
public class AccountUpdate : IPlugin
{
I am planning to use in Plugins, do you have a sample plugin code which consumes your helper methods to generate the tokens. because currently there is only example on github to consume xrm Tokens.
Hi Jonas,
I tried reusing XRM token with classic plugin code but it seems I am missing something because the token method is returning nulls against each tag. Appreciate if you can help me identify the issue. Thanks. Abbas
following is the code:
using System;
using System.Collections.Generic;
using System.IdentityModel.Metadata;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Query;
using System.Dynamic;
using Rappen.XRM.Tokens;
using System.Runtime.CompilerServices;
namespace SamplePlugin
{
public class AccountUpdate : IPlugin
{
}
The text was updated successfully, but these errors were encountered: