when i try to add listitem to custom list by CSOM there is a problem in getting the name of fields field name in the list is"Pieces Unaccompanied Hold Baggage(Rush)" ,but when i try to add item ,error fires that the field does not exist
code:
oListItem.set_item('Pieces Unaccompanied Hold Baggage(Rush)', "value");