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

To author tags using Bulk Editor in AEM classic UI

$
0
0

I want to author a tag in page properties of all the pages present under one node. It's very difficult to open page properties of each page and author the tag.

Can it be done by using bulk editor?


Re: How can I upload a directory tree in CRXDE lite to /etc/fmdita/dita_resources?

Re: SEO Traffic & APP

$
0
0

thanks for your question. I think you can use google search console then you can track your traffic

Re: is the https://repo.adobe.com/nexus/content/groups/public down?

$
0
0

Was trying to create maven-archtype-13 project, Getting exactly same error again, any idea?

 

When I hit "Index of /groups/public " in browser, i can see page loading though.

Re: Connect to repo.adobe.com:443 [repo.adobe.com/192.147.130.162] failed: Connection refused: connect

$
0
0

Was trying to create maven-archtype-13 project, Getting exactly same error again, any idea?

 

When I hit "Index of /groups/public " in browser, i can see page loading though.

Re: To check on JCR if property is inherited from parent

Define format of a varible

$
0
0

it is possible to define num format for a variable

 

for example    var a1 = NumericField1.rawvalue  & var a2 = NumericField1.rawvalue             var total = a1 + a2 (num format, z,zz,zz,z9.99)

 

     this.rawValue = " My Score" + total;

 

 

i tried many ways but always failed.

Re: Regular AEM Forms activity creates big load the database

$
0
0

WASIL Thank you for the quick reply. Our key rollover frequency is set to 9,999 days (~ 27 years), but we still see the above activity on a regular basis. Any help on how to stop it would be really appreciated.


Not Tracking Web Page while user jump to another page immediately

$
0
0

Hi.

 

I want to track users who has completed the booking process via counting "booking success" page.

 

I found the traffic number is less than actual number recored in system.One case maybe occurs when user arrived "booking success" page and jump to another page immediately, but analytics haven't fired Beacon to server.

 

How can I solve this problem?

Re: Adding Suffix to date fields

$
0
0

This is great very sought after. In my case; how would this apply if the field in question was the current day? In other words; a field within a paragraph which contains a field and therein displays only the current day along with the suffix? Similar to what one would display prior to a signature field. Signed this _______ day of [and i have the rest of the dates done already].

Re: Define format of a varible

$
0
0

I assume the code 'this.rawValue = "My Score " + total' is in a calculate event of a field?  You could try adding a display pattern to that field of

 

num{'My score ' z,zzz,zz9.zz}

 

Then the calculate event code would just be 'this.rawValue = total'

Re: Define format of a varible

$
0
0

There are any other way to define format under varible script

xss protection in AEM

$
0
0

Is AEM completely xss secure. I know using HTL makes sure that you're protected from xss. But what about ajax calls? Responses returned from Servlets?

In other words, are there areas or flows where it's up to the site developer to implement xss protection mechanisms?

 

Thanks.

Re: Define format of a varible

$
0
0

You could use a text field instead of a numeric field and create the desired string by joining parts.

 

; FormCalc
$ = Concat("My score ", Sum(NumericField1, NumericField2))

 

//JavaScript
this.rawValue = "My score ".concat((NumericField1.rawValue + NumericField2.rawValue));

Re: Context hub not working on publish environment?

$
0
0

Hi manvig66636792, Not sure if you have the same issue as others had on this thread. The fix I provided was for mainly for 6.4 and not tested for 6.5. Adobe included this fix for their next release which might have got released in September. So you can check the latest service pack or cumulative fix pack available and see if it still works.

 

Some other context :
Please check if in the page properties of your root page you have configured the /conf/<configuration> in the advaced tab else it will point to the old location from /etc. If its possible to create a video and upload to a drive or dropbox can you share a link of how you configured it so I know you didn't miss anything.

 

Also read through the above comments and make sure you have the same issue as others else it could be something else which needs to be looked upon.

 

The link for daycare ticket is logged with a company account so you won't be able to see without proper credentials.

 

Cheers,

Timmy Mathew


Re: Context hub not working on publish environment?

$
0
0

shubhamg94002854, does it work for you? Could you mark it as Answered or Unanswered so others know if this issue is fixed or not ?

 

Cheers,

Timmy Mathew

Re: AD0-E104 Adobe Experience Manager Architect Certification Exam

$
0
0

All questions are practical hands on based. One has to prepare with focus to get it through.

Dispatcher is a must I would say. Read through it deeply and understand, it will for sure help in certification and as well as in your actual project.

Re: Convert date in words

$
0
0

You can use FormCalc to convert the date into words.

Put in into the exit event of the date field.

 

if (not $.isNull) then   var input = Date2Num($.formattedValue, "DD.MM.YYYY")   var day = Choose(Num2Date(input, "D"), "First", "Second", "Third", "Fourth", "Fifth", "Sixth", "Seventh", "Eighth", "Ninth", "Tenth", "Eleventh", "Twelfth", "Thirteenth", "Fourteenth", "Fifthteenth", "Sixteenth", "Seventeenth", "Eighteenth", "Nineteenth", "Twentieth", "Twenty-first", "Twenty-second", "Twenty-third", "Twenty-fourth", "Twenty-fifth", "Twenty-sixth", "Twenty-seventh", "Twenty-eighth", "Twenty-ninth", "Thirtieth", "Thirty-first")  var month = Num2Date(input, "MMMM")  var year = WordNum(Num2Date(input, "YYYY"), 0)  TextField1 = Concat(day, " ", month, " ", year)
endif

Re: Convert date in words

Re: Define format of a varible

$
0
0

You can use util.printf

 

e.g.

 

util.printf('%,0.2f', 12345.67)

 

will give you

 

12,345.67

Viewing all 150094 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>