How to copy table data to context node in LiveCycleDesigner
Copy link to clipboard
Copied
Hello Team,
I am trying to develop an adobe form and incorporate it in SAP cloud. It's a simple print form and not an interactive form.
My requirement is that from cloud I will get a table(set of values as import parameter) and I need to loop the table using JavaScript and copy few of the records(rows) into second table created in global Context.
Loop the IMPORT_TABLE.
based on condition append the data to CONTEXT_TABLE or CLONE the data to CONTEXT_TABLE or BIND the data to CONTEXT_TABLE.
ENDLOOP.
As I am not fully aware of the syntax to copy the data from one table to another, I could not able to proceed further. Please provide your expertise(java script code) to copy data from one table to another.
I could able to loop the data, but not known how to copy to other table.
var l_emp_data = xfa.resolveNodes("$record.IM_T_EMPLOYEE.DATA[*]");
var l_emp_len = l_emp_data.length;
for (var i = 0; i < l_emp_len; ++i)
{
l_empno = xfa.resolveNode("$record.IM_T_EMPLOYEE.DATA[" + i + "].EMPNO").value);
}
Thank You
Regards
Nizam
[Moderator added "LiveCycleDesigner" to Subject]
Copy link to clipboard
Copied
Are you working on an interactive PDF using Adobe Acrobat Pro?
Copy link to clipboard
Copied
@Nizam25757671c5xi
...or are you creating the form in Adobe InDesign? Please let us know the Adobe application so we can move your post for you.
Jane
Copy link to clipboard
Copied
Hi Jane,
I am working on LiveCycleDesigner which will be loaded from SAP transaction code SFP.
Nizam
Copy link to clipboard
Copied
LiveCycle is a discontinued product. It is not supported in these forums.
It has been replaced by Adobe Experience Manager (AEM) which is supported here:
Copy link to clipboard
Copied
Nizam25757671c5xi wrote:
Hi Jane,
I am working on LiveCycleDesigner which will be loaded from SAP transaction code SFP.
Nizam
Hi Nizam,
We don't have a forum for LiveCycleDesigner, so I've moved your thread from Using the Community (which is for questions about the forums) to Acrobat. Someone here may be able to assist. If this is the wrong place, we can move it again.
As John said, LiveCycle is no longer supported. Details here:
https://helpx.adobe.com/support/adobe-livecycle-end-of-core-support.html
Jane
Copy link to clipboard
Copied
More info: LifeCycle Designer is out of support, today the product is AEM Designer (and still exists). However we don't know anything about it here; AEM has its own forums.

