web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

How to use NoYesId in custom service while inserting record in dynamics 365 table field which is of noyesId type using postman

(0) ShareShare
ReportReport
Posted on by 96

I have ceated a custom table and requirement is that i have to insert record in table through custom service and it's working fine but when i'm trying to insert using postman then also it is working fine for all other fields except one which is of enum type:

"_request":
    {
        "DataAreaId""US04",
        "PersonnelNumber""Megha67",
        "City""Jaipur",
        "processed"1

    }
or 
"_request":
    {
        "DataAreaId""US04",
        "PersonnelNumber""Megha67",
        "City""Jaipur",
        "processed": "yes"

    }
or
"_request":
    {
        "DataAreaId""US04",
        "PersonnelNumber""Megha67",
        "City""Jaipur",
        "processed": "No"

    }
in all the cases Processed value is 0 in SSMS. first two records i have inserted using  insert query
this is the code for Processed field in contract class:
[DataMember("Processed")]
public NoYesId parmProcessed(NoYesId _value = processed)
{
if (!prmIsDefault(_value))
{
Processed = _value;
}

return Processed;
}
I have the same question (0)
  • Suggested answer
    GirishS Profile Picture
    27,827 Moderator on at

    Hi Megha kumari,

    Instead of NoYesId try using NoYes Enum in the parm method and check.

    Thanks,

    Girish S.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 449 Super User 2025 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 422 Most Valuable Professional

#3
BillurSamdancioglu Profile Picture

BillurSamdancioglu 239 Most Valuable Professional

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans