Skip to main content

Could not set value for field named "Owner" in Bill entity at 'Financial' tab

  • August 29, 2023
  • 5 replies
  • 125 views

Forum|alt.badge.img+2

Hi,

I am using application that generates json request for creating new Bill item

New bill is successfully created, but filed Owner does not contain my value, which I sent, it contains some default value

I checked endpoint configuration and checked Owner value availability in system and I can’t figure out why Acumatica does not set my value to this field.

I there some specific configuration should be done to achieve this ?

Here is my request :

URL : https://ccgijkhlm.acumatica.com/entity/DocEndpoint/20.200.001/Bill

BODY : 

{

 

  "Date": {

    "value": "01/20/2022"

  },

  "VendorRef": {

    "value": "byIvan"

  },

  "Vendor": {

    "value": "V00032346"

  },

  "Branch": {

    "value": "CCG234MAIN"

  },

  "Description": {

    "value": "PO0002342345246"

  },

  "DueDate": {

    "value": "9/14/2023"

  },

  "Terms": {

    "value": "NET30"

  },

  "Owner": {

    "value": "Lehr"

  },

  "WorkgruopID": {

    "value": "AP Processor"

  }

 

 

 

 

}

This topic has been closed for replies.

5 replies

jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • August 29, 2023

Hi @Ivan ,

Are you able to assign and save the same ownerID on the screen?


Forum|alt.badge.img+2
  • Author
  • Varsity I
  • August 29, 2023

Hi @Ivan ,

Are you able to assign and save the same ownerID on the screen?

Hi @jinin 

Yes, its fully workable, if I do same via Acumatica interface


jinin
Pro I
Forum|alt.badge.img+11
  • Pro I
  • August 30, 2023

Hi @Ivan ,

Are you able to assign and save the same ownerID on the screen?

Hi @jinin 

Yes, its fully workable, if I do same via Acumatica interface

You can try with ownerID instead of the name and check. It's working for me.


RohitRattan88
Acumatica Moderator
Forum|alt.badge.img+4
  • Acumatica Moderator
  • August 30, 2023

Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • August 30, 2023

Closing this one as duplicate