-
Forum
-
T24 Technical Discussions
-
T24 Installation & Configuration
-
Enquiry Joins
Enquiry Joins
-
mrul3s
-
Topic Author
-
Visitor
-
9 years 11 months ago #16660
by mrul3s
how we apply Joins functionality between two different enquires fields and make new enquiry.
Example,
i have two enquires
1. Single.order
2.Order.Interface
My Requirement is Single.order ID field = Order.Interface ID WHERE order.interface.status is Equal to Done
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 2859
-
Thank you received: 649
-
-
-
9 years 11 months ago #16661
by jpb
I'm not sure I fully understand your requirement, but I suppose defining an I-desc for Single.order that inherits the order.interface.status will do the job if used for selection.
e.g.
USR.FIELD.NAME - INTERF.STATUS
USR.TYPE - I
USR.FIELD.NO - @ID;SUBR('ENQ.TRANS','ORDER.INTERFACE',@1,'STATUS')
...
alternatively use a J-desc with e.g.
USR.FIELD.NO - @ID>ORDER.INTERFACE>STATUS
Please Log in or Create an account to join the conversation.
-
Forum
-
T24 Technical Discussions
-
T24 Installation & Configuration
-
Enquiry Joins
Time to create page: 0.077 seconds