Skip to content

Commit

Permalink
Merge pull request #1259 from Accenture/feature/54-support-sender-pro…
Browse files Browse the repository at this point in the history
…file-csclsroz-173

#54: activate retrieve-by-default for senderProfile
  • Loading branch information
JoernBerkefeld committed Apr 12, 2024
2 parents 1e8ce87 + 7a9aeb5 commit 10323a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/metadataTypes/definitions/SenderProfile.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
restPagination: false,
type: 'senderProfile',
typeDescription: 'Specifies the From information for a send in a central location',
typeRetrieveByDefault: false,
typeRetrieveByDefault: true,
typeName: 'Sender Profile',
fields: {
'Client.ID': {
Expand Down

0 comments on commit 10323a0

Please sign in to comment.