Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

DarrenBiz
DarrenBiz
Offline

Badges

Badges
28

Accepted Solutions

Accepted Solutions
37

Likes Received

Likes Received
68

Posts

Posts
205

Discussions

Discussions
47

Questions

Questions
158

Ideas

Ideas
1

Blog Posts

Blog Posts
0
Top badges earned by DarrenBiz
Customize the badges you want to showcase on your profile
Re: How to display custom unprotected content in protected PDF files? - Adobe Experience Manager Forms 22-08-2018
I haven't actually used the functionality that you are describing, but I took a quick look at the ExternalAuthResultDTO API and it has a method public void setAccessDeniedErrorMessage(java.lang.String accessDeniedErrorMessage) [1] . This looks like it should customise the error message that is returned if the user doesn't get any permissions set.The method says it sets the error message during the evaluate() method so if you override this method (as you are) I expect you can set your own message...

Views

2.0K

Likes

0

Replies

0
Re: AEM 6.4 form to store and read from jcr - Adobe Experience Manager Forms 21-08-2018
If you are using AEM Forms 6.4, my recommendation would be to learn the Forms Data Integration [1] and integrate with a data model via JDBC using a mySQL database [2]. That is fairly easy to set up and is a common pattern you would use with a real instance. Its also very common to offload form data via REST or SOAP but that is usually harder to setup for test purposes. You (should) never use JCR to store data in a real setup for many reasons. The JCR is great but its not recommended to use as a ...

Views

3.7K

Likes

0

Replies

0
Re: Edit the workspace html - Adobe Experience Manager Forms 20-08-2018
If you could supply a few more specifics around which files you have edited and what you changed, I might be able to help out. Normally any changes to workspace code will be picked up straight away.

Views

6.3K

Likes

0

Replies

0
Re: Whatsapp Configuration - Adobe Campaign Standard 20-08-2018
WhatsApp now provides a Business API [1], so hopefully we should see a dedicated connector in Campaign soon. Unfortunately its in limited release and they charge for each message, but it looks hopeful.There is also a good write-up about how you can integrate with WhatsApp with other apps and APIs [2][1] https://www.whatsapp.com/business/api [2] WhatsApp API - How to use the WhatsApp Chat API - CloudRail

Views

6.1K

Likes

3

Replies

0
Re: How to display custom unprotected content in protected PDF files? - Adobe Experience Manager Forms 20-08-2018
I think you are talking about adding a Cover Page to policy protected documents [1][1] AEM forms * Add cover page to policy protected documents

Views

2.0K

Likes

0

Replies

0
Re: Problem with cache "Cache has closed down no further action is allowed" - Adobe Experience Manager Forms 20-08-2018
Watched folders have a bunch of settings that can affect the way that they process contents and how much performance you extract from the system without starving it of CPU cycles. This mostly affects watched folders that are used for batched processes, but ad-hoc can benefit from tuning as well. When a watched folder executes to find files, it scans the whole watched folder directory. This scan takes up processing overhead, especially when there are lots of files in the folder, so you want to ma...

Views

11.3K

Likes

0

Replies

0
Re: Submit a Letter in AEM Forms - Adobe Experience Manager Forms 09-08-2018
Have you configured the Manage Letter Instances on Publish setting on the Publish instance?See Manage content in preview and submit the letter (6) [1] andCM Configuration Properties [2][1] Create Correspondence [2] Correspondence Management Configuration Properties

Views

1.8K

Likes

0

Replies

0
Re: Testing interactive communications with my data source - Adobe Experience Manager Forms 09-08-2018
We would need a bit more information to answer this question like:- How are you requesting the data from that database?- Are you using a simple FDM query on initialise or are you using a prefill servlet?- If you are using FDM how have you structured the FDM query?- How do you match a user viewing the form to a record in the database?

Views

5.3K

Likes

0

Replies

0
Re: Edit the workspace html - Adobe Experience Manager Forms 09-08-2018
Have you followed all the Generic steps to customise Workspace? [1]Do you have a dispatcher in front of your JEE instance that might be acting as another content cache?[1] Adobe Experience Manager Help | Generic steps for AEM Forms workspace customization

Views

6.3K

Likes

0

Replies

2
Re: Problem with cache "Cache has closed down no further action is allowed" - Adobe Experience Manager Forms 07-08-2018
You could be running into CPU starvation. The error message DCSV0004W relates to this [1]. You could also potentially see the error "HMGR0152W: CPU Starvation detected" in the logs as well?Check your CPU utilisation and see if any processes are causing 100% utilisation. This could be caused by badly tuned watched folders attempting too many concurrent processes, but there are many other causes e.g. [1] Help! My CPU is starved. What do I feed it? - IBM Business Process Management Products Support...

Views

11.3K

Like

1

Replies

2