I'm using Alfresco Community 5.0.d and I trying to change the search picker result of workflow assignee.
Let me know how to achieve this.
Refer to below screenshot.
I want to change the search result coming in this picker.
Please let me know the file that refer to this or how to change the search result.
Thanks!
This Result coming from pickerchildren.get.js which is reside inside
/alfresco-remote-api-5.1.f\alfresco\templates\webscripts\org\alfresco\repository\forms\
you will find this ftl at location.
<<alfresco-hmoe>>\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\form\controls\authority.ftl
Related
I need to add an extra field to a BizTalk service call.
I added the field as an element in the input and output schemas.
Then I was going to map the input and output in the mapper.
But I was faced with this:
The old fields show as linked and they are working. But there's no visible link. I would like to add the new field and map it the same way and not link it directly.
Anyone knows how this can be linked?
I searched for the old fields in the solution and I couldn't find anything that could explain this. I guess there must be some property I don't know about but I don't see anything either.
The link is done in another page. I forgot you can scroll through pages in biztalk mapper
I am running into a wall trying to figure out if it's possible to trigger a query string personalization of a sitecore item using the following:
/~/link.aspx?_id=GUID
I've tried appending &_key=value but it doesn't trigger. IS this something that's possible?
You need to create a custom rule for query string, Sitecore doesn't have such a functionality out of box as far I know.
Please follow bellow link how to implement a similar functionality like you want:
https://briancaos.wordpress.com/2013/09/10/custom-rules-and-conditions-for-sitecore-personalization/
I want to create the application in which i can type any word into text box and when i click on "search meaning" it directly connect to google dictionary and give the following out put
1)Type of word ie Adjective or noun
2)pronunciation
can any one please tell me is this possible ?Is google provide such API ? I have searched a lot online but i didn't get any helpfull solution.
Go through this Link hope it will help you to achieve your desired Task.
http://www.codeproject.com/Articles/9156/Google-Suggest-like-Dictionary
Whenever I search something in alfresco share search , I am getting No result found. I tried even the exact file name. But the advanced search is able to find.
What is the problem?
Can I make the default search as advanced search?
I think you need to click on the tab Repository instead of All Sites
I want to show few countries marked with "pin" much like what the nerddinner has:
http://nerddinner.com/
How can I achieve this functionality? Any details?
For detail you can check out this article : Show Your Data on Google Map using C# and JavaScript
which provide little info about google map api which help you to achieve your task.