Search found 482 matches

 Return to the advanced search

Re: Export to excel

 by ethanpresberg ¦  Fri Jun 17, 2022 9:54 am ¦  Forum: Development Discussion (archived) ¦  Topic: Export to excel ¦  Replies: 10 ¦  Views: 40306

Did you try using a return?

Re: Incoming email handler

 by ethanpresberg ¦  Mon Aug 08, 2016 9:19 am ¦  Forum: Using ProcessMaker 3 ¦  Topic: Incoming email handler ¦  Replies: 5 ¦  Views: 5361

The Zapier integration has been temporarily put on hold due to other more pressing features and integrations.

As soon as we continue the integration, we will let everyone know!

Re: Multi Tabs in form

 by ethanpresberg ¦  Fri Jul 08, 2016 11:41 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Multi Tabs in form ¦  Replies: 9 ¦  Views: 11753

Hi Eleni, You can write your javascript code in the javascript editor. To access this, simply select the gray border of the form from within the form builder and then on the left hand side there is a button for accessing the javascript editor. jQuery is already preloaded for you, all you need to do ...

Re: REST API - Creating new case - How to get task id

 by ethanpresberg ¦  Tue May 31, 2016 9:33 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: REST API - Creating new case - How to get task id ¦  Replies: 8 ¦  Views: 11539

@gresham

The only places you should need to make changes to should be the configuration yml file in the root directory.

Re: PM 3.0.1.7 Installation

 by ethanpresberg ¦  Mon Apr 25, 2016 10:42 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: PM 3.0.1.7 Installation ¦  Replies: 10 ¦  Views: 7774

It is not a requirement, it's actually much better to put all that stuff into the virtual host file.

Can you share with me please your virtual host file? Also, what version of apache is installed?

Re: PM 3.0.1.7 Installation

 by ethanpresberg ¦  Sun Apr 24, 2016 2:15 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: PM 3.0.1.7 Installation ¦  Replies: 10 ¦  Views: 7774

Is there a reason you are using an .htaccess file?

For better performance, I would recommend just putting all the configuration into a virtual host configuration file.

Are you able to do that?

Re: Create a button to send an email

 by ethanpresberg ¦  Sun Apr 24, 2016 2:11 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Create a button to send an email ¦  Replies: 7 ¦  Views: 11332

Hi!

You might want to try using the rest api.

Create your trigger and then you can execute it through javascript onclick of the button via the rest api: http://wiki.processmaker.com/3.0/REST_A ... tri_uid.7D

Re: REST API Create Group Bug

 by ethanpresberg ¦  Tue Apr 19, 2016 5:57 pm ¦  Forum: Development Discussion (archived) ¦  Topic: REST API Create Group Bug ¦  Replies: 3 ¦  Views: 4486

Can you please file this as a bug on our mantis? bugs.processmaker.com

Re: Encounter PDOException while importing a business process

 by ethanpresberg ¦  Tue Apr 19, 2016 4:20 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Encounter PDOException while importing a business process ¦  Replies: 5 ¦  Views: 5019

I can't make out anything on that page. Can you please upload it in a better resolution?

Re: Using REST API to insert/delete/update data in PMT_TABLE

 by ethanpresberg ¦  Fri Apr 08, 2016 5:25 pm ¦  Forum: Development Discussion (archived) ¦  Topic: Using REST API to insert/delete/update data in PMT_TABLE ¦  Replies: 1 ¦  Views: 3425

It should only be doing 1 row. If not, you should file it as a bug at bugs.processmaker.com

Re: Web entry not working with database populate

 by ethanpresberg ¦  Fri Apr 08, 2016 9:39 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Web entry not working with database populate ¦  Replies: 13 ¦  Views: 11442

Have you created a bug ticket in our mantis? bugs.processmaker.com

Re: Mantain same user and supervisor

 by ethanpresberg ¦  Thu Apr 07, 2016 12:00 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Mantain same user and supervisor ¦  Replies: 5 ¦  Views: 4410

If that works for you, then great!

Re: Web entry not working with database populate

 by ethanpresberg ¦  Thu Apr 07, 2016 11:55 am ¦  Forum: Using ProcessMaker 2 ¦  Topic: Web entry not working with database populate ¦  Replies: 13 ¦  Views: 11442

Are there any errors in the console?

Re: Mantain same user and supervisor

 by ethanpresberg ¦  Wed Apr 06, 2016 4:42 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Mantain same user and supervisor ¦  Replies: 5 ¦  Views: 4410

That sounds good. How are you ensuring that the supervisor that you select is random?

Re: Mobile Controls

 by ethanpresberg ¦  Wed Apr 06, 2016 1:53 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Mobile Controls ¦  Replies: 6 ¦  Views: 5600

1.0.8 should be released by the end of the month.

Stay tuned to our social media and newsletter. We will announce it when it is ready.

P.S. you should also get an automatic notification on your mobile device when the ProcessMaker Mobile App has an update.

Re: Mantain same user and supervisor

 by ethanpresberg ¦  Wed Apr 06, 2016 1:51 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Mantain same user and supervisor ¦  Replies: 5 ¦  Views: 4410

It sounds like you have the requestor part figured out.

You are only struggling with the supervisor, correct?

So, let me ask you, how do you know the first time, who the right supervisor should be? Is that cyclical assignment or based on some sort of rule, like Reports To?

Re: route last task

 by ethanpresberg ¦  Wed Apr 06, 2016 1:45 pm ¦  Forum: Development Discussion (archived) ¦  Topic: [SOLVED] route last task ¦  Replies: 2 ¦  Views: 3688

That is not the correct way to design the process. What you are doing is essentially saying, if the manager approves it, send the case to a task called "Approved" or if he rejects it, send it to a task called "Rejected". What you want to do is send the process through to an end event, like you have ...

Re: Master data not pulled when I create web Entry

 by ethanpresberg ¦  Wed Apr 06, 2016 1:42 pm ¦  Forum: Development Discussion (archived) ¦  Topic: Master data not pulled when I create web Entry ¦  Replies: 2 ¦  Views: 3590

What exactly do you mean, it does not work? What exactly doesn't work?

Re: Web entry not working with database populate

 by ethanpresberg ¦  Wed Apr 06, 2016 1:41 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Web entry not working with database populate ¦  Replies: 13 ¦  Views: 11442

If I understand correctly, you want to prepopulate data on a web entry form? If so, you can use code similar to this for your web entry file: Notice mainly the APP_DATA part in the array. This is where we pass the data for the form to render and populate with. <?php global $_DBArray; if (!isset($_DB...

Re: Custom login

 by ethanpresberg ¦  Tue Apr 05, 2016 4:27 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Custom login ¦  Replies: 3 ¦  Views: 3547

You wanna create your own skin. You can export it and make changes to it and then reupload it under another name.

Take a look at the layout.html file in the skin folder. That is where you will find what you are looking for.

Re: Custom login

 by ethanpresberg ¦  Tue Apr 05, 2016 2:55 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Custom login ¦  Replies: 3 ¦  Views: 3547

"There are no stupid questions, only stupid answers" :-)

You would need to use skins in order to do this: http://wiki.processmaker.com/3.0/Skins

Re: use define variables in all process

 by ethanpresberg ¦  Tue Apr 05, 2016 2:53 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: use define variables in all process ¦  Replies: 1 ¦  Views: 2603

You could just create a "template" process, which only has the variables defined. Then, you could just import the process again and again and it will always create your process with these variables.

Can you help me understand why you want to do this though?

Re: Grid + checkgroup

 by ethanpresberg ¦  Tue Apr 05, 2016 2:51 pm ¦  Forum: Using ProcessMaker 3 ¦  Topic: Grid + checkgroup ¦  Replies: 2 ¦  Views: 2918

I would create a checkbox for each of the options you would have put in the grid. So, if a user wanted to have apache installed, you would have a column for apache that would be the checkbox and they would check for yes/no, same for any other software you would be supporting. It's not ideal, I know....

Re: new columns in inbox and participated cases

 by ethanpresberg ¦  Tue Apr 05, 2016 2:46 pm ¦  Forum: Development Discussion (archived) ¦  Topic: new columns in inbox and participated cases ¦  Replies: 1 ¦  Views: 3337

Hi Vitor,

I responded to you via email. This can be done using our Enterprise plugin Cases List Builder: http://wiki.processmaker.com/3.0/Cases_List_Builder

If you would like to discuss the Enterprise Edition, please reply to the email which I sent you to take this further.

Re: Urgent _Suggest Not Working for External SQL Database

 by ethanpresberg ¦  Tue Apr 05, 2016 2:44 pm ¦  Forum: Development Discussion (archived) ¦  Topic: Urgent _Suggest Not Working for External SQL Database ¦  Replies: 1 ¦  Views: 3074

Duplicate thread: http://forum.processmaker.com/viewtopic ... 7&t=709080

Please avoid creating duplicate threads.

Re: Urgent _Suggest Not Working for External SQL Database

 by ethanpresberg ¦  Tue Apr 05, 2016 2:43 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Urgent _Suggest Not Working for External SQL Database ¦  Replies: 8 ¦  Views: 8487

Hi Yuan,

This is a known bug in the current version of ProcessMaker and this will be fixed in the upcoming release, 3.0.1.8.

Re: Javascript error when editing Notifications

 by ethanpresberg ¦  Tue Apr 05, 2016 1:46 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Javascript error when editing Notifications ¦  Replies: 16 ¦  Views: 11888

This has been reported to our development team.

Thanks for bringing it to our attention!

Re: Javascript error when editing Notifications

 by ethanpresberg ¦  Mon Apr 04, 2016 6:06 pm ¦  Forum: Using ProcessMaker 2 ¦  Topic: Javascript error when editing Notifications ¦  Replies: 16 ¦  Views: 11888

What version of PHP are you using?

Re: Force Processmaker link to open in IE from Chrome Browser

 by ethanpresberg ¦  Mon Apr 04, 2016 6:06 pm ¦  Forum: Development Discussion (archived) ¦  Topic: Force Processmaker link to open in IE from Chrome Browser ¦  Replies: 1 ¦  Views: 3384

I am not aware of a way to do this. I think your best option would be to add an html tag in the form instructing the user to open it in IE. Or maybe an alert telling them before you open the link to open it in IE.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 17
Want to create your own meme coin?

In the world of cryptocurrencies, a unique and exc[…]

The market for cryptocurrencies is demonstrating a[…]

What's SAP FICO?

Embarking on a dissertation can be one of the most[…]

Hello. For rental housing, there are software solu[…]