05-09-2025 01:43 PM
Guys, I need to query and check the 'Line Association' checkbox in remote Destination automatically based on some business conditions. Since we already use the AXL API to perform this type of action, we decided to follow this approach. However, I can't find the table responsible for storing this information. As the operation will be performed for many remote Destinations, the ideal is that this action is executed via executeSQLQuery call.
Can anyone help?
Solved! Go to Solution.
05-19-2025 07:32 AM
After several tests, I believe I achieved the expected result. The mapping is located in the devicenumplanmapremdestmap table, as its name suggests it maps Remote Destinations to specific combinations of device (Remote Destination Profile) and DN. The presence of a record in this table for a Remote Destination indicates that the checkbox is checked, while its absence indicates it is unchecked.
Below is the SQL query for anyone who might need it in the future:
SELECT05-09-2025 10:02 PM
Suggest that you ask your question over at DevNet as that forum is better suited for this type of question.
05-19-2025 07:32 AM
After several tests, I believe I achieved the expected result. The mapping is located in the devicenumplanmapremdestmap table, as its name suggests it maps Remote Destinations to specific combinations of device (Remote Destination Profile) and DN. The presence of a record in this table for a Remote Destination indicates that the checkbox is checked, while its absence indicates it is unchecked.
Below is the SQL query for anyone who might need it in the future:
SELECTDiscover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide