on 2016 Apr 12 12:13 AM
Hi experts,
we are using DOCX Generation to create documents out of clauses. The problem is that each token in text is displayed with breaks before and after.
Example:
This is the <token1> test.
token1 = first
-> This is the
first
test.
Does anybody know whether breaks are not created when using MS .NET instead of DOCX Generation tool?
So does the example looks like this when using .NET?
-> This is the first test.
Thanks in advance and regards,
Oezlem
Request clarification before answering.
As an FYI SAP CLM development is working toward a resolution for the extra line breaks for advanced object reference tokens. Timing of the fix is still TBD.
If you would like to receive updates please contact me directly. anne.mcclelland@sap.com
Anne McClelland
SAP Sourcing / CLM Product Management
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Oezlem,
It does work like that for MS contractgen tool; but I remember it was OK also for the Java contractgen.
Do you have content control enabled on those variables or some other config?
Bogdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bogdan,
unfortunately this does not match our requirements. Let say we have supplier xy assigned to master agreement. In the document we want to list his address, phone number, postal code in a floating text and a few times. In our opinion we should have option to choose whether to have it in breaks or in the normal floating text.
That`s why we wanted to check whether it might work with .net.
Regards,
Oezlem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.