Field Service Inbound API - Property not visible Error
Version
Oracle Field Service CloudCode Snippet
Property is not visible: 'appt_number' warning69063
Property is not visible: 'customer_number' success update0
Appointment id = 210 I am getting 69063 Property not visible error while trying to create an activity using inbound API. Please suggest. Request: <head> <upload_type>incremental</upload_type> <id>IB2016.02.02</id> <!--<properties_mode>update</properties_mode>--> <appointment> <keys> <field>appt_number</field> <field>customer_number</field> </keys> </appointment> <inventory> <keys> <field>invtype_label</field> </keys> <upload_type>incremental</upload_type> </inventory> <upload_type>incremental</upload_type> </head> <data> <commands> <command>
0