Hi,
I'm trying to use the Business Workspace API to find SAP Business workspaces. I'm getting this error:
{
"error": "com.opentext.ecmlink.spi.v1.ECMLinkServiceException_Exception: No Search Help for Business Object BUS2000223 customized, Log ID: 00000000000001123638"
}
I checked that search is working. I'm passing the following information:
https://{{hostname}}/v2/businessobjects?otcsticket={{otcsticket}}&ext_system_id={{mysysid}}&bo_type=BUS2000223
I know the business type ID and ext_system ID are correct because I can find them both in the ECMLINK_WKSP_LINKED table.
I'm experimenting with ways of finding the business workspace using the case number (Case ID attribute in the Case category for xECM) as opposed to the SAP UID, and outside of the API (which works on the SAP Object UID), the only linkage I can find to the case number is the name of the business workspace, meaning I would have to query DTree which would be potentially a load on the system as it gets bigger. I know there is also a technique that involves creating facets on the xECM categories and establishing a facet tree at the level just above where Business WS's get created. I'm going to try that but it feels like a bit of a kludge.
-Hugh