Question
Ernst & Young
LU
Last activity: 16 Oct 2018 12:03 EDT
Page-Copy method is not copying properties which is having null values to destination page
Hi All,
I am trying to copy a page in which some properties are having null values. When i use Page-copy method to copy the contents from source page to target page,Target page doesn't contain null value properties.
Ex:
CopyFrom : SourcePage
Property1 : abc , property2 : (null) , property3 : (null)
CopyInto : TargetPage,
After doing page-copy, TargerPage contains only Property1, but not property2 and property3.
Is there any work-aroung to copy the null value properties into TargetPage? if it could be done by java, please share the java code to achieve the same.
Note : Property-set can't be used for my requirement as i am not sure how many properties does the source page contains.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.