PeopleSoft Common Question:

what is PSCAMA(Peoplesoft Application messaging attribute)?

Tweet Share WhatsApp

Answer:

PeopleTools adds the PSCAMA record to every level of the message structure during processing. It isnt accessible in the message definition, but you can reference it as part of the Message object in the sending and receiving PeopleCode, and you can see it in the Integration Broker Monitor. PeopleCode processes this record the same way as any other record.
PSCAMA contains fields that are common to all messages. The <PSCAMA> tag repeats for each row in each level of the transaction section of the message. The sender can set PSCAMA fields to provide basic information about the message; for example, to indicate the message language or the type of transaction a row represents. When receiving a message, your PeopleCode should inspect the PSCAMA records for this information and respond accordingly.

Download PeopleSoft General PDF Read All 102 PeopleSoft General Questions
Previous QuestionNext Question
Do you know PeopleSoft has its own naming convention for system and non-system (application) tables. In the list below, RECORDNAME refers to the name of any table or record.Referring to the above information, which one of the following identifies the naming convention PeopleSoft uses for system tables?Explain the difference between SaveEdit and FieldEdit?