Hello,
I have created a custom Financial Dimension 'thirdParty' and already populated it with values from dirPartyTable.
In Global Address Book when a new record is created its dirPartyTable.PartyNumber is set as value and dirPartyTable.Name is set as description in DimensionFinancialTag. Now I need to set Suspended to 'Yes' when 2 global address book records are merged.
The field itself is found in DimensionAttributeValue (IsSuspended).
The relations used to get this field are as follows:
dirPartyTable.PartyNumber = DimensionFinancialTag.Value ,
dimensionFinancialTag.RecId = dimensionAttributeValue.EntityInstance
I have a value in dirPartyTable (let's say 'test') and the corresponding value has been created in dimensionFinancialTag (as can be shown in screenshot below).
But the problem is that it is not working because there is no corresponding value created for test in DimensionAttributeValue. How do I set DimensionAttributeValue.IsSuspended to true for test in this case?
*This post is locked for comments
Mohamed Amine Mahmoudi
100
Super User 2025 Season 1
Community Member
48
Zain Mehmood
6
Moderator