You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
Describe the bug
The creation of data extension row fails when only Name attribute value is provided in the request payload as the underlying logic in self.getCustomerKey() method to describe and determine the CustomerKey's filter condition is incorrectly matching the Name attribute value with CustomerKey field of data extensions.
To Reproduce
Initialize an ET_DataExtension_Row() object with the following attributes:
Name
props
Then fire post() call.
Expected behavior Name attribute value must be compared with the data extension name field instead of CustomerKey field.
Describe the bug
The creation of data extension row fails when only
Name
attribute value is provided in the request payload as the underlying logic inself.getCustomerKey()
method to describe and determine the CustomerKey's filter condition is incorrectly matching theName
attribute value withCustomerKey
field of data extensions.To Reproduce
Initialize an ET_DataExtension_Row() object with the following attributes:
Then fire
post()
call.Expected behavior
Name
attribute value must be compared with the data extension name field instead ofCustomerKey
field.Screenshots
Code snippet
Environment
The bug has the severity
The text was updated successfully, but these errors were encountered: