Question
Property reference
Hello
When working in a modal window (pyWorkPage.Declaration.Carriage ()) I have .pxListSubscript for every entry from PageList
When I try to output .pxListSubscript on the form, the value is displayed correctly, but I also need to output the value of the variable from a copy of this page, but before the changes (pyWorkPage.DeclarationBefore.Carriage ()). Both pages contain the same set of property.
Trying to specify a link in input: pyWorkPage.Declaration.Carriage (.pxListSubscript) .Property does not work correctly
How can I make a reference to the value of a variable from Declaration.Carriage () in DeclarationBefore.Carriage ()?
Or if there is, then another way to track the difference in values before and after changes
Hi,
Would request to use Property-Ref method in an activity. Also, enable the check box "Allow use as reference property in activities" in the Security section under Advanced tab of the property where you want to copy the data.
For ex: If you want to copy the data from a pagelist to pagegroup, enable the check box "Allow use as reference property in activities" for the pagegroup so that you can provide the page group property under PropertiesRefName in Property-Ref method.
Thanks,