Dropdown in Level method is not working
Hi All,
Level method's dorpdown(DSM Bill To) is not working after adding few member to that level.
DSM Bill TO dropdown will return the value as per value filtered in DSM TPM Account
Below is the DSM Bill To level data structure, -- Initial structure
Bill_to_code | Bill_to_desc | DSM_tpm_account |
100 | ABC | 1 |
200 | XYZ | 1 |
After Modification of data
Bill_to_code | Bill_to_desc | DSM_tpm_account |
100_TP1 | ABC | 1 |
100_TP2 | ABC | 2 |
200 | XYZ | 1 |
Before member import, IF we choose tpm account 1, the dsm bill to will return two records.
But after the member import, nothing returns if we choose tpm account as 1.