Difference between revisions of "Relate Issues And Change Orders"
| Line 19: | Line 19: | ||
2.2 Create a customised htmpl tab page called as “Chg_iss_tab.htmpl” | 2.2 Create a customised htmpl tab page called as “Chg_iss_tab.htmpl” | ||
| − | + | [[Link chg_iss]] | |
[[Media:chg_iss_tab.htmpl]] | [[Media:chg_iss_tab.htmpl]] | ||
Revision as of 12:46, 25 May 2009
PROCEDURE CREATING THE LREL RELATIONSHIP
2.1 Create a LREL relation between Issue and Change Order Step1: Write a majic file called “lrel1.maj”, in site\mods\majic folder
LREL lrel1 iss impacted_iss <> chg impacted_chg;
Step2: Recycle the service Step3: Verify if these objects have been created properly by giving the commands Bop_sinfo –da chg Bop_sinfo –da iss We can check the same in wsp_schema as well Explanation: Impacted_iss is the Lrel object to the Issue Table Impacted_chg the Lrel object to the chg Table
2.2 Create a customised htmpl tab page called as “Chg_iss_tab.htmpl”
Link chg_iss Media:chg_iss_tab.htmpl
Note: Follow the above 4 points with the object Iss(Issue) also
3. HOW TO ATTACH ISSUES TO CHANGE ORDERS
Login to the tool and open the Change Order:
When you click on attach issues
Click Search
Add the Tickets that needs to be attached and then see the tab “Issues” to find all the attached Issues to the current Change Order
