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

Jineet_Vora
Jineet_Vora
Offline

Badges

Badges
23

Accepted Solutions

Accepted Solutions
32

Likes Received

Likes Received
63

Posts

Posts
62

Discussions

Discussions
6

Questions

Questions
56

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Jineet_Vora
Customize the badges you want to showcase on your profile
Re: Checking an url if it contains specific text - Adobe Experience Manager 25-08-2022
Hi @sanketd27011989 You can do like this: first store result of this expression in a variable using: dat-sly-test.[variable name] E.g: The result of expression will be either - true or false. Hence you can use this variable to check for both conditions like: E.g: // just pass test variable to data-sly-test. it will check if value is true, then expression will evaluate else it will exit the expression. // evaluate expression for true condition // Append NOT operator ( ! ) before test variable ...

Views

2

Likes

0

Replies

0
Re: AEMaaCS | Cloud Manager Service Credentials - Adobe Experience Manager 19-07-2022
@Jineet_Vora yes it will be in millisecounds. the AEM as a Cloud Service credentials expire after a year. To ensure service continuity, developers have the option of refreshing the credentials, extending their availability for an extra year. Refer to below links: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/developing/generating-access-tokens-for-server-side-apis.html?lang=en#the-server-to-server-flow How to use the tocken from POST MANhttps://exp...

Views

68

Like

1

Replies

0
Re: Issue in AEMaaCS Overlay - Adobe Experience Manager 28-06-2022
Hi,I would suggest to create your own component in the project /apps/mypro/components/screen and extend with /libs/screens/core/components/pageThis will help you to use your own implementation with inheriting existing features

Views

84

Like

1

Replies

0
AEM Screens | Setting up 3 Horizontal Displays - Adobe Experience Manager 10-04-2022
Hello, does anyone has idea how an image content is sliced in to 3 screens within AEM Screens? Currently there is an option to define the number of vertical and horizontal displays when we create a display at a location. Can I get some more idea around the implementation like how it is done? From hardware perspective, do we need to have 3 individual screens player running on each devices or do we need just one screens player which is extended across the displays?If not, do we need to create a sl...

Views

68

Likes

0

Replies

0
Re: Getting 403 when POSTing to /bin/dxml/upgrade/3xto4x - Adobe Experience Manager 11-03-2022
Thank you for your reply, @Jineet_Vora. I'm using the RESTClient plugin for Firefox. That addon helpfully outputs the equivalent `curl` command for the requests it sends. The curl command it provides in this case is:curl -X POST -H 'Authorization: Basic XXXXXX' -i 'http://test-aem.company.com:4502/bin/dxml/upgrade/3xto4x'(Note that I have replaced the real auth string with "XXXXXX" for posting here.) When I run that command (now that I've read up on it and understand it better), it works fine. U...

Views

158

Like

1

Replies

0
Re: Inactive authors report - Adobe Experience Manager 11-03-2022
Hi @aembytes, AEM by default doesn't capture user login timestamp and you will need to build a custom solution in order to achieve this. Please check this wonderful article on details of how this can be achieved.https://medium.com/tech-learnings/adobe-experience-manager-reporting-on-users-last-login-date-e2035021cb9e - Jineet

Views

123

Likes

2

Replies

0
Re: programmatically access the AEM JCR - Adobe Experience Manager 11-03-2022
@sham1 Check if your local AEM instance is up and running (by accessing http://localhost:4502/crx/serverin your browser) / accessible from where you are executing your standalone code. (provided you have the jackrabbit-standalone jar correctly in your class path as mentioned in the doc) javax.jcr.RepositoryException: Unable to access a repository with the following settings:org.apache.jackrabbit.repository.uri: http://localhost:4502/crx/serverThe following RepositoryFactory classes were consulte...

Views

233

Likes

2

Replies

0
Re: Importing translations to i18n files - Adobe Experience Manager 09-03-2022
Hi @anasustic, you can use the XLIFF importer in translator tool which will convert your XLIFF to i18n entries in AEM. Please note, you will need to have your translations in XML (XLIFF) format prior to importing.For more details, you can check here:https://experienceleague.adobe.com/docs/experience-manager-64/developing/components/internationalization/i18n-translator.html?lang=en#importing-a-dictionary Hope this helps!- Jineet

Views

78

Likes

2

Replies

0