Quantcast
Channel: Adobe Community: Message List
Viewing all 92756 articles
Browse latest View live

Re: How to find the operator who executed the work flow last?

$
0
0

Thank you so much for your reply.


Re: There is a bug in report

$
0
0

Thank you Marcel!  I use the Chrome to view the report ,there is no error, but  when I delete the date value and click the Refresh link, the date I filled appear again, I can't set the date field to null to have a new query?

Re: Delivery action "Prepare and start" visible for particular operator group

$
0
0

Hi,

 

It should be possible by the following:

 

<container type="visibleGroup" visibleIf="HasNamedRight('id')=1234">

            <input checkedValue="2" label="Prepare and start" type="RadioButton"

                   xpath="@actionType"/>

            </container>

In this case, 1234 is your operator group id.

 

You may use group name also.

 

<container type="visibleGroup" visibleIf="HasNamedRight('admin')=true">

            <input checkedValue="2" label="Prepare and start" type="RadioButton"

                   xpath="@actionType"/>

            </container>

Workaround for AEM SPA image inline editing

$
0
0

Per Adobe's documentation there are some limitations while working with SPA components. One of those is inline image editing.

 

1. Why is this still not available and when it is planned to be enabled with SPA Components?

 

2. Is there a workaround for this? Some custom implementation or examples?

 

AEM 6.5 + React

Re: Old Forms Forums archived?

Re: Allowed templates /content/experience-fragments issue

$
0
0

Please log a daycare ticket if you are able to consistently reproduce the issue using OOTB AEM instance.

Mock Casting of jcr Session to Jackrabbit Session - (JackrabbitSession) session

$
0
0

Hi All,

 

I am trying to write a junit test case and i am unable to mock the casting of jcr session to Jackrabbit session.

 

Here is my Code :

 

resolver = request.getResourceResolver();

session = resolver.adaptTo(Session.class);

jcrSession = (JackrabbitSession) session;

 

Below is my Junit :

 

     @Mock

    Session session;

     @Mock

    ResourceResolver resolver;

    @Mock

    JackrabbitSession jcrSession;

 

PowerMockito.when(request.getResourceResolver()).thenReturn(resolver);

PowerMockito.when(resolver.adaptTo(Session.class)).thenReturn(session);

PowerMockito.when((JackrabbitSession) session).thenReturn(jcrSession); // i am getting error at this point

 

when i am trying to do this, i am getting "java.lang.ClassCastException"

 

Below is the error:

 

java.lang.ClassCastException: $javax.jcr.Session$$EnhancerByMockitoWithCGLIB$$b9cd1700 cannot be cast to org.apache.jackrabbit.api.JackrabbitSession

 

I have mocked my session and resolver objects but still i am getting the error.

 

Please help me in Mocking this for my junit test.

 

 

 

Thanks & Regards,

Indrajith

Re: Auto Target/AP Integration with A4T

$
0
0

joshd5166100 Yes this is in the product roadmap for future enhancements of A4T. However there is currently no ETA on the same.


Re: Can't Implement target through Launch

$
0
0

gabrieleg61567923 Is there a url that we can access to replicate this issue? Also are you using a cloud based instance?

Re: Can't Implement target through Launch

$
0
0

Can't share the url. Yes I'm using a cloud based instance.

Re: Can't Implement target through Launch

Re: Sample Size Calculator for NON 50/50 split

$
0
0

joshd5166100 There is no separate sample size calculator for a non even split. However a few things to keep in mind are Your data is only as good as the smallest group, so 80-10-10 is really 10-10-10.Instead of using your full population, you could base it on the 'daily visitor' number you would get for your smaller experience. Alternatively if you reduced the total entrants and used an equal split, it would take the same amount of time and the normal traffic size calculator would work fine.

i.e. if 100 visitors came into your test, and the 80/10/10 split showed non-default to 20 people, you could allow only 30% of traffic into the test and then split it 33/33/33? This would still result in 20 people seeing non-default  as an example.

If you have any further questions on the same, you could reach out to an Adobe business consultant on the same and they can provide more guidance on the same.

 

Hope this helps.

Questions about Touch UI DAM Metadata Schema Standard Tags Form Field (AEM 6.5)

$
0
0

I would like to better understand the intended use for customizing the default metadataschema to add additional out-of-the-box Standard Tags form fields.  I have been doing some testing with it and am confused by the results I see:

 

  1. I’ve customized the default metadata schema by adding a Standard Tags field to it.  This new field maps to a custom property (for instance:  ./jcr:content/metadata/myTags).  After doing this, the out-of-the-box Tags field no longer works properly:
  • It doesn’t display all the that were previously saved to cq:tags
  • It’s no longer a tag picker field (see 2 screenshots following)

2-cq-tags.png

cq-tags-no-longer-picker.png

 

2. The out-of-the-box Tag References feature doesn't seem to work for tags saved in custom properties.  For instance, in the screenshots below, I've saved the "Grayscale" tag to the custom property "myTags".  Yet, there is no reference displayed for it in the Tags UI:

tag-saved-in-custom-property.png

0-tag-references.png

3. Upon saving after authoring the "myTags" field above, 1 of the tags I had previously authored in cq:tags is deleted:

deleted-cq-tag.png

4.  Just curious, why is the out-of-the-box Tags field a Text field?  I had expected it to be a tagfield:

text-field.png

 

So, to summarize my questions:

  • What is the intended use for adding a Standard Tags field to a DAM metadataschema?
  • If I add a Standard Tags field to the form can I map it to a custom property?
  • Is it expected that I could add one (or more) and retain the out-of-the-box field that maps to cq:tags?
  • Why is the out-of-the-box "Tags" field a Text Field?

Re: What's the best way to set up a "New purchasers" segment?

$
0
0

Hi Asheesh,

 

I think this is exactly what I was looking for. I'm assuming that the purchases are conversions that happened within the date range the report is selecting? So if I ask for New Purchasers between Jan 1 2019 and Feb 28, 2019, they will all reflect orders made in that time window?

 

Thanks again,

Aaron

Re: [AEM Author] - Unable to lauch AEM author instance


Re: Can't Implement target through Launch

$
0
0

So if I trigger before the load target the javascript below should work? Because I tried with different domain but It doesn't work.

window.targetGlobalSettings = { 

   cookieDomain: '*.compute.amazonaws.com'

};

 

setCustomerID API

$
0
0

Hello,

 

We are looking for the Experience Cloud ID Service's setCustomerID function API.  The current implementation requires a browser as it's part of the JavaScript library.  We want to set the customer's profile in non-browser environments such a IoT, kiosks, etc.

 

Does this API exist?  If so, is there a way to decode the JS library to create a work-around?

 

Thanks

Re: Adobe Campaign Classic Developer exam - how to be prepared

Re: Save Response Token as Profile Script

$
0
0

No one from Adobe knows the answer to this??

Logon method on Messaging Center

$
0
0

Hi,

 

I was trying to use Logon method instead of static token (MC/password) provided by Adobe for messaging center, I got the 403 Forbidden and XSV-350012 Invalid login or password when I use SOAP UI for the testing.

 

According the Adobe document below, it seems like the server URL https://serverURL/nl/jksp/soaprouter.jsp needs to be white-listed in the url permissions section of the serverconf.xml file. I am confused, I thought my computer IP need to be white-listed in the security zone area in serverconf.xml file. Can anyone clarify which IP or URL need to be whitelisted and send me the sample code to be added to serverConf.xml?

 

 

Thanks,

 

Viewing all 92756 articles
Browse latest View live




Latest Images