all entries are returned to the retrievetable including shared dataextensions
Expected Behavior
we should filter a entries that cannot be deployed.
"Shared DataExtensions" are not deployable and hence we should not allow selection (nor show them).
These can be recognized by the suffix "_Salesforce" and optionally a secondary suffix "_n":
I think this filter will do: /(_Salesforce)(_\d)?$/g
Current Behavior
all entries are returned to the retrievetable including shared dataextensions
Expected Behavior
we should filter a entries that cannot be deployed. "Shared DataExtensions" are not deployable and hence we should not allow selection (nor show them). These can be recognized by the suffix "_Salesforce" and optionally a secondary suffix "_n":
I think this filter will do:
/(_Salesforce)(_\d)?$/g
seems to work for both situations: