- Log in to post comments
User bio
404 bio not found
Member since May 20, 2016
Posts:
Arun has not published any posts yet.
Replies:
Hi Jordan,
Looking at the method implementation, the Remainder is being overwritten from the method. So your assignment before GetFieldStreamRaw() method call is not considered.
Set Remainder="^^PDF"
If you need to set the "^^PDF" at the end of the segment, I would set it before Storing the stream.
Set tSC=OBX.SetValueAt("OBX",0)
Set tSC=OBX.SetValueAt("RP",2)
Set tSC=OBX.SetValueAt("PDF",5.4)
Set tSC=OBX.StoreFieldStreamRaw(EmbeddedPDF,5.1,Remainder)- Log in to post comments
We had a similar issue with the object insertion to a parent object.
The way we were able to ensure the sequence, was saving the parent object on each insert. There is an overhead and not the most efficient process.
Since we were saving the same object without closing it, no additional parents are created.
- Log in to post comments
Certifications & Credly badges:
Arun has no Certifications & Credly badges yet.
Followers:
Arun has no followers yet.
Following:
Arun has not followed anybody yet.
Can we know what is the error you are seeing on the log?