Examples of the Navigate URL
Examples of the Navigate URL Starting from ACD 7.2.0.5
Following are some of the examples of navigate URL:
Example 1–To navigate a document by name.
model: Bicycle_2
sn: SN5
keyword: CartAssembly_CA (title of the document)
type: PART_NAME_DOC_TITLE_FULL_TEXT
URL: https://<host>:<port>/ACD/delivery/navigate.jsp?model=Bicycle_2&sn=SN5&type=PART_NAME_DOC_TITLE_FULL_TEXT&keyword=CartAssembly_CA&highlight=PH51M00011F1
Result:
Example 2–To navigate to a document by number.
model: PHM_CR7581944
type: PART_OR_MEDIA_NUMBER_FULL_TEXT
keyword: 0000021041(document number)
URL: https://<host>:<port>/ACD/delivery/navigate.jsp?model=PHM_CR7581944&type=PART_OR_MEDIA_NUMBER_FULL_TEXT&keyword=0000021041
Result:
Same document can be fetched by using the following options for the navigate URL:
model: PHM_CR7581944
type: PART_NAME_DOC_TITLE_FULL_TEXT
keyword: demoPdfTest(PDF name)
https://<host>:<port>/ACD/delivery/navigate.jsp?model=PHM_CR7581944&type=PART_NAME_DOC_TITLE_FULL_TEXT&keyword=demoPdfTest
Example 3–To Navigate to model and sn.
model: WE Diesel Engine
sn
: SUV_WE_DE_SN001
URL:https://<host>:<port>/ACD/delivery/navigate.jsp?model=WE Diesel Engine&sn=SUV_WE_DE_SN001
Result:
Example 4– To Navigate to an IS.
model: WE Diesel Engine
sn
: SUV_WE_DE_SN001
keyword: SUV Battery Service Information (keyword is mandatory when navigating to IS)
URL:https://<host>:<port>/ACD/delivery/navigate.jsp?model=WE Diesel Engine&sn=SUV_WE_DE_SN001&keyword=SUV Battery Service Information
Result:
Example 5–To navigate a document present in multiple paths.
model:WE Diesel Engine
sn:SUV_WE_DE_SN001
type:any
keyword:Fan Not Working (If you search for a document or IS, keyword is mandatory.)
If the same document resides in multiple IS for a given product context, a disambigous window shows up, that allows you to select the relevant breadcrumb path prior to open the document.
URL:https://<host>:<port>/ACD/delivery/navigate.jsp?model=WE Diesel Engine&sn=SUV_WE_DE_SN001&type=any&keyword="Fan Not Working"
Result:
Example 6–To navigate to a document in a specified language.
model:SH Diesel Engine
type:any
keyword:SEDAN — Rattle or Chuckle in Steering Gear
language:ja
If the document is available in the specified language, it is rendered in the specified language.
URL:https://<host>:<port>/ACD/delivery/navigate.jsp?model=SH Diesel Engine&type=any&keyword="SEDAN — Rattle or Chuckle in Steering Gear"&language=ja
Result:
Example 7–To navigate to a document in a specified language, when the content is not available in the specified language.
sn:SN100
type:PART_NAME_DOC_TITLE_FULL_TEXT
keyword:GolfClub
language:ja
If the requested document in the URL is not available in the specified language, then the document is rendered in the authored language, that is, english (en).
URL:https://<host>:<port>/ACD/delivery/navigate.jsp?sn=SN100&type=PART_NAME_DOC_TITLE_FULL_TEXT&keyword=GolfClub&language=ja
Result:
Examples of the Navigate URL through ACD 7.2.0.4
Example 1
model: Bicycle_2
sn: SN5
keyword: CartAssembly_CA (title of the document)
type: PART_NAME_DOC_TITLE_FULL_TEXT
URL: https://<host>:<port>/ACD/delivery/index.jsp#/navigatem?model=Bicycle_2&sn=SN5&type=PART_NAME_DOC_TITLE_FULL_TEXT&keyword=CartAssembly_CA&highlight=PH51M00011F1
Result:
Example 2
model: Bicycle1
keyword: PA_CycleAssembly_CAC_VehicleOrg (persistent Id)
type: PART_ID
URL: https://<host>:<port>/ACD/delivery/index.jsp#/navigate?model=Bicycle1&type=PART_ID&keyword=PA_CycleAssembly_CAC_VehicleOrg
Result:
Example 3
model: PHM_CR7581944
keyword: 0000021041(document number)
type: PART_OR_MEDIA_NUMBER_FULL_TEXT
URL: https://<host>:<port>/ACD/delivery/index.jsp#/navigate?model=PHM_CR7581944&type=PART_OR_MEDIA_NUMBER_FULL_TEXT&keyword=0000021041
Result:
Same document can be fetched by using the following options for the navigate URL:
model: PHM_CR7581944
keyword: PDF name(demoPdfTest)
type: PART_NAME_DOC_TITLE_FULL_TEXT
https://<host>:<port>/ACD/delivery/index.jsp#/navigate?model=PHM_CR7581944&type=PART_NAME_DOC_TITLE_FULL_TEXT&keyword=demoPdfTest
Example 4
model: Golf Bag Cart
keyword: push_golfcart05
type: CONTENTSUITEID
URL: https://<host>:<port>/ACD/delivery/index.jsp#/navigate?model=GolfBagCart&type=CONTENTSUITEID&keyword=push_golfcart05
Result:
Was this helpful?