cancel
Showing results for 
Search instead for 
Did you mean: 

show Due date,select group,item on new page in Admin Console ! Help Me !

mrthu_292
Champ in-the-making
Champ in-the-making
[Alfresco 4.2.c]
Help me ! show Due date,select group,item on new page in Admin Console
21 REPLIES 21

mitpatoliya
Star Collaborator
Star Collaborator
There are two dashlet's avilable out of box in the alfresco share which shows the workflow tasks.

1)Workflows I've Started
2)My Tasks

Which one you are using?
Also in both the case when you will be able to see the due date.
I am still not able to see your images.
Is this your custom dashboard? then you can refer any of above dashlet's code for implementing that.

mrthu_292
Champ in-the-making
Champ in-the-making
Help me!

mitpatoliya
Star Collaborator
Star Collaborator
I have checked your images.
1) you need to set the due date during star of workflow.
2)that workflow due date will be associated with that workflow and will be visible in all later stage of workflow.
3) Now you want to show those things in the page which you have created right?
For that you need to replicate the code of of my tasks dashlet.

Yes.I have created one new page in the admin console.on this page I want to create one form that form that contains due date,button call select group,select directory…..

muralidharand
Star Contributor
Star Contributor
Hi,
What do you mean by directory? Do you mean, workflow attachments?
Are you trying to develop a report based on the due date and other parameters?
Please let us know, what exactly you're trying do ?


mrthu_292
Champ in-the-making
Champ in-the-making
(Alfresco share)

Yes.I have created one new page in the admin section.on this page I want to create one form that form that contains a time, one button call  popup select Group,Item.

I want to create one form, but the form under More -> Workflows I've Started -> click the Select button workflow -> choose Group Review And Approve.
 Note: My form consists of three information: Due date, select Group, Select Item)

Link view :  http://www.mediafire.com/view/?rdcyo8lfg68hp2q#

mrthu_292
Champ in-the-making
Champ in-the-making
hi.You help me to create a form with 3 information in the admin Console?
Thank you verry much Smiley Happy

Hi,
It looks like you need to use FDK to develop a form. I'm also new to alfresco fdk and let me also see how I can help you?

http://wiki.alfresco.com/wiki/Forms_Development_Kit

muralidharand
Star Contributor
Star Contributor
Hi,
I've uploaded some working sample for you !
I removed the unwanted fields from the existing "activiti$activitiParallelGroupReview" workflow and I called the workflow in the admin-console.
Place the files in the following folder
<stromng> share-workflow-form-config.xml </strong>
 C:\Alfresco42d\tomcat\webapps\share\WEB-INF\classes\alfresco\share-workflow-form-config.xml 


<strong> Hello webscript files </strong>
 C:\Alfresco42d\tomcat\webapps\share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\workflow\hello.get.html.ftl 


<strong> MyCustomForm.js </strong>
 C:\Alfresco42d\tomcat\webapps\share\components\workflow\MyCustomForm.js 


This is not the correct approach but you'll get some idea.

Once you click the "hello" in the admin console, open javascript console in google chrome and execute the following line.

 Alfresco.component.StartWorkflow.prototype.onWorkflowSelectChange1() 


http://www.mediafire.com/download.php?yv9vzfsdmuzg94s

Let me try to help you in a better way than this.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.