Create a push message attribute definition

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Push message attribute definitions allow you to create reusable properties for push message content specification.

    시작하기 전에

    Role required: admin or push_admin

    주:
    This process describes configuration used in the ServiceNow mobile app. Push Notification configuration for the current ServiceNow mobile UI can be found at Mobile push notifications

    이 태스크 정보

    Use an attribute definition to specify a default push action script or string that you can then use in the push message content.

    You can override these attributes by creating any push message attribute values.

    프로시저

    1. Navigate to All > System Notification > Push > Push Message Content.
    2. Select a content record or script record.
    3. In the Push Message Attribute Definitions related list, click New.
    4. Fill out the fields on the form (see table).
    5. Click Submit.
      표 1. Push Message Attribute Definition form fields
      Field Description
      Attribute Name Enter a descriptive name for the layout.
      Attribute Type Select the type of attribute:
      • Action: An action to take on the instance, as defined by a script.
      • String: An arbitrary string to send as part of the message content. The string can specify items like a button label in the message.
      Default Script Select the mobile action script that tells the instance what to do when it receives a response from the push notification. This option appears if you select Action for the Type.
      Default Value

      Specify an arbitrary string value to be placed in the attribute that is used by the message content. For example, the string could specify a button label. This option appears if you select String for the Type.

    다음에 수행할 작업

    If you want to override default attribute definitions, see Create an attribute value or action for a push message.