Insert related records using SOAP

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • Support is available for inserting hierarchical data into tables or web service import set tables. The hierarchical data in the Insert API is automatically mapped to related records of the targeted table.

    시작하기 전에

    Role required: admin

    프로시저

    Create and set the property glide.web_service.hierarchical to true.
    The client of the API can also override this value by invoking the SOAP web service with the URL parameter hierarchical=true.

    For example, when a related list is created for the incident table called u_custom_comments:

    그림 1. Hierarchical Incident

    And u_comment_items is created as a related list for u_custom_comments:

    그림 2. Hierarchical Custom Comments