how can i see the csu task status value ex complete equal to 769190000
how can i see the csu task status value ex complete equal to 769190000
Hi,
Try below code
OptionsetSetValue csuTaskStatus=(OptionsetSetValue)targetEntity.Attributes["CSU task status field schemanname"];
if(csuTaskStatus!=null && csuTaskStatus.Value==769190000)
{
Do your operation here
}
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156