Hi @Gaddiel_11 ,
find a possible solution here https://acrobat.adobe.com/link/track?uri=urn:aaid:scds:US:87aec40b-f842-41da-ad1e-e3fbed5f0eab
You needed to approach this differently and not use hardcoded indices. See my quick and dirty approach - but that shuld be a good base for you to continue.
Hi @rajatkumar , the steps Pulkit showed you are very important.See https://helpx.adobe.com/content/dam/help/en/experience-manager/6-5/forms/pdf/upgrade-websphere.pdf Chapter 6 PDF page 55 section "Enable WebSphere Global Administrative Security on author and publish instances"There is another step ...
Check out this link, it describes how 2 XDPs are merged. Assembling Multiple XDP Fragments | Adobe Experience ManagerYou need to have an insertion point in your form where to add the fragment(s) via Assembler
OSGi has workflows but they cannot be compared to the business process management with Worklist and complex user facing processes. If you do not use interactive BPM workflows in JEE it is indeed easier to migrate.
Hi petermanAEM Forms JEE is maintained to ensure that the still large group of customers using it remains supported.The JEE stack does not see inovations, all those are implemented as part of the OSGi stack. This way, JEE customers can use new Forms OSGi features and innovations such as adaptive for...
The closest are probably these 2 links for 6.1 and LiveCyclehttps://help.adobe.com/en_US/AEMForms/6.1/InstallTurnkey/WS624e3cba99b79e12-73c3322012ee383b914-7ff4.2aemforms.html#WS624e3cba99b79e12-73c3322012ee383b914-7fbc.2aemformshttps://help.adobe.com/en_US/livecycle/11.0/AdminHelp/WS92d06802c76abad...
Hi Mark,Are you sure that you set the process data correctly in your PrepareData process to be returned? Sounds to me as if the modified dataset is not returned to the next steps in your orchestration or are you sure that you use the correct variable for the process data in the UserTask? Kosta
these patterns can be a handfull. Try this approach:Display pattern: num{z,zzz,zzz,zz9.88888888}Edit pattern: num{zzzzzzzzz9.88888888}|num{z,zzz,zzz,zz9.88888888}no validation and no data pattern.This is the result:
@Mayank_Tiwari nice. Only thing is that without patterns you have to enter the numbers as 135235234.250885 but then it gets converted to 135,235,234.250885 .
HI @manu-gupta , your patterns are too long. Max number of digits are 15, change to num{z,zzz,zzz,zz9.zzzz9} and it will work. In your case 10 digits before and 5 digits after the decimal point.Kosta