Hi!
For reading SLD properties in the XSL code I have used the example code described in 3.3.7.5 SLD Properties in Scenario Development document:
<xsl:variable name="sysiddoc" select="document('/com.sap.b1i.system.sld.directory/SysId.xml/0010000101(Id)')"/>
<xsl:variable name="url" select="$sysiddoc/sim:SysId/sim:ConnectivityList/sim:Connectivity [./@ConnectivityTypeId='JDBC']/sim:Parameter[./@Key='url']/@Value"/>
I have used that earlier in some projects and it worked then (B1 8.82).
However, when I use this code in a new project for 9.1 PL 07 it doesn't work.
When I take a look in the BizStore I can only find one file in the SysId.xml directory and it is B1i itself = 0010000000.xml
That explains why my code doesn't work.
Question 1: has the SLD settings been moved somewhere else?
Question 2: how to read the SLD properties now?
Regards
Lars