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 that you
have to do:4) Log in to CRX DE Lite as an administrator. The default URL
ishttp://[server]:[port]/lc/crx/de/index.jsp.5) Open the
/libs/Livecycle/core/content/login/login.js file for editing6...
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 forms in JEE.To move away from JEE to OSGi (or even to Forms
CS (as a Cloud Service)) is influenced by the JEE bound features used
and the kind of use cases implemented.Business Process Management does
n...
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/WS92d06802c76abadb-5145d5d12905ce07e7-7df4.2.html
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
you most likely run this in EVAL mode. If this is a properly aquired
installation you start the adminui as Administrator and click on the
Licensing link. There you can choose between DEV,NFR,IDEV or Production
license. Confirm and I think the watermark should be gone.