Greeting everyone
when i try to get query of this table DimensionAttributeValueCombination
static void Job24(Args _args)
{
DimensionAttributeValueCombination dimensionAttributeValueCombination;
while select * from dimensionAttributeValueCombination
{
info(strFmt("%1",dimensionAttributeValueCombination.DisplayValue));
}
}
it's not responding
this table doesn't have customization
also i did deleted and sync that table but still make ax2012 not responding for ever
also i try to add parameter even that make it not responding for ever too