Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to copy table data to context node in LiveCycleDesigner

New Here ,
Aug 22, 2022 Aug 22, 2022

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]

 

 

 

TOPICS
How to
1.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 22, 2022 Aug 22, 2022

Are you working on an interactive PDF using Adobe Acrobat Pro?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 22, 2022 Aug 22, 2022

@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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 22, 2022 Aug 22, 2022

Hi Jane,

I am working on LiveCycleDesigner which will be loaded from SAP transaction code SFP. 

Nizam

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 22, 2022 Aug 22, 2022

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:

https://experienceleaguecommunities.adobe.com/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 23, 2022 Aug 23, 2022

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

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 23, 2022 Aug 23, 2022
LATEST

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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines