Skip to main content

Notifications

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;
}
  • Suggested answer
    GirishS Profile Picture
    27,825 Moderator on at
    RE: How to use NoYesId in custom service while inserting record in dynamics 365 table field which is of noyesId type using postman

    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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,120 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,871 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Product updates

Dynamics 365 release plans