cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to query UDO Child Tables using B1 Service Layer API?

0 Likes
1,258

I have a UDO lets say UDOM:

UDOM: Master Data / Document

UDOM1: Master Data Rows / Document Rows

How I can query to select specific columns from UDOM as well as from UDOM1.I have already tried to use $crossjoin as well but it also gives error "Invalid query objects.".

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Likes

Thanks Sundar for your answer, but please read my question once again!

msundararaja_perumal
Active Contributor
0 Likes

Hello,

UDO are created with '@' infront, for example [@UDOM] and [@UDOM1].

Thanks.