how to put a comment while creating a version in aem 6.1? - aem

I want to put a comment in a particular version of a page.
It gives an option to put the comment but its not specific to a particular version.
Is there a way to put the comment while creating the version in AEM6.1?

You Can always create a comment while creating a page version from your Sidekick "Versioning" tab

Good Observation. As per the Adobe Documentation AEM 6.1 working with page versions These are the steps to be followed to created the version of the page.
You can create a version of your resource from the timeline tab:
Navigate to show the page for which you want to create a version (In fact it is parent level).
Select the page in selection mode.
Open the Timeline column.
Click/tap on the arrowhead by the comment field to list the options:
Select Save as Version and confirm with Create.
The information in the timeline will be updated to indicate the new version.
And here i have noticed that the comments pushed via touch UI is not considering while Version node creation.
A little close observation at the node version properties that got created for the Classic UI vs Touch UI versions for the page. The cq:versionComment is missing (not created) for Touch UI process.
The verions 1.0 and 1.2 has created with touch UI and version 1.1 created by using Classic UI

Related

Form Embedding Support in formsflow.ai

I’m using the latest formsflow.ai v5.0.0. Is there any way I could embed the form created with the formsflow.ai platform to another existing application outside the formsflow.ai ?
Giving a sample screenshot of form designed in the Designer step, Could get this for a client login user in the application to Submit. Would need to get it embedded without using any Iframe.
Yes you can embed the form created with the formsflow.ai platform to another existing application outside the formsflow.ai. For that you can refer our documentation.formsflow.ai documentation
step 1 click above mentioned link and go to features.
step 2 There you can see the option for form embedding. Follow the instructions as per the documentation.
Then you can embed the forms inside your application

File assciation screen is not updated when components are re-selected

I have an install4j installer with multiple components. For each component, a file association is registered with the proper condition:
context.getInstallationComponentById("1").isSelected()
After the user selects the components, he gets to the file associations screen, where - correctly - only those file associations are offered that fit the selected components.
When the user goes back some screens and changes the selected components, however, the file associations screen is not updated and still shows the previous list of associations.
Can I force an update on this screen somehow?
I am using install4j Windows Edition 6.1.1 (build 6254).
This is currently not possible and will be fixed in 7.0.10. Please contact support#ej-technologies.com to get a pre-release build.

how to check the history of a page AEM6.0

Suppose we have a page and it has header and footer links. For which we can edit the value using the header/footer dialogs of the components. Now, I want to check that who all have updated those links in any specific environment. How can I check that?
From the page properties, it just shows who made the last update (cq:lastModifiedBy property), but I need the specific versions/history of the page.
Do you want to check this in AEM or in your Code?
The sitekick provides a list with versions that have been created. See the official documentation.
If you want to load versions in AEM, please have a look at this (older) Blog post which describes how to use the VersionManger to work with Versions.
Versions are stored in /jcr:system/jcr:versionStorage within a node named by the first letters of the UUID assigned to a page (jcr:uuid)

How Avoid Muliple checkout of Componentes in AEM page other than Pagelock

My Requirement is like Build in a process to lock a component during content development or updation.
For example, Vivek can still publish a page with OLT update while another author is updating another component in the same page. The previous version (that is not being updated) will be published along with vivek’s updates.
Since the User group is large & we have frequent updates we can't go for Pagelevel lock(multiple user will be working on the same Page).is der any Possible way to achieve this?... i hav tried the "FieldEditlockMode" but not works for me,am using AEM 6.1
Thanks
AEM Launches may satisfy your requirements, allowing your authors to edit components for future production releases without affecting an immediate release. Here is the documentation for 6.1:
Launches
Creating Launches
Editing Launches
Promoting Launches

How to add element into the palette view - IBM Mobile First 6.3

I am developing mobile apps using IBM Mobile First 6.3 with JQM. I need a clarification that, is there any option for adding element into the palette view and also can we create some variable with default value and keep it any view, so that when we needed we just drag and drop into the function so it will be available.
This link found when surfing, but no answer is posted.
The Palette view is part of Eclipse, so you should refer to Eclipse: http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.wb.doc.user%2Fhtml%2Fuserinterface%2Fpalette.html
MobileFirst Platform populates the palette view based on the used jQuery Mobile .zip that you provided; there is no support to add elements to it. You might be able to based on the Eclipse documentation but this is not a supported path by IBM.