Transforming Risk Management: Taking a process-focused approach
FORUM POSTS AND DISCUSSIONS
Recently active
Hello guys. I want to know if there's an easy way to change the text generated by the Worklist Task. Or how can I customize that? Thanks in advance. Here's the item that I want to edit. Regards.
We are migrating our K2 (4.5) solution (with Sharepoint) onto a different server. We have a Sharepoint Event Integration process connected to an update event on a calendar item. When we try to trigger this event on our new infrastructure, it's looking for the process on the old server. We have successfully migrated the software and updated all the environment templates/string values. Does this server value only get set when the process is deployed or is the value of the server held somewhere so we can update it to the new one? The Sharepoint Event wizard only makes the Sharepoint settings available.Thank you for any advice.Rachel
Hi,I have an item view with 3 drop down list controls. The font must be Arial 12 and despite setting it on the Style, it is not applied.How can i change the Drop down List controls (just on this View) to Arial 12?The dropdown itself can be widened both horizontally and vertically via Padding, but the font stays the same when selecting an item from the list and afterwards.I do not want to change the theme, as that will affect all forms.Is there a scripty way (using a data label, literal and some script) to change the font on these controls please?Thanks,
So i have a JS via datalabel: var offset = new Date().getTimezoneOffset(); Then i write it into my textbox:document.getElementById('000000*personal details removed*0000_59e39e2b-5feb-87d4-ab3e-525f96384c6f').innerHTML=offsetname; I can see the value successfully in the textbox. Then i created a rule like - if textbox is changed show me message. But i never see the message. It works only if i change textbox value manually. So the question is - how can i transfer a string variable generated on client-side into server-side?
Hi All,I've run into an issue on our site where users are unable to post comments on our K2 blog posts. The comment "Submit" button on each of the posts doesn't do anything when selected. No errors or anything, it just seems like an unclickable image. I've switched to one of the default website themes and tested it but the same thing is happening so the issue doesn't seem to be related to our theme. Here's the blog: https://www.ecompmarketing.com/seo-blog/ Any ideas or help would be greatly appreciated!
I like to start using Third Party Authentication using Twilio SMS to cellphone or email. This will gave the opportunity of provide one more layer of security prior to authenticate with just a simple user/password. When user submit user/passowrd redirect to another page expecting the PIN or Token or whatever you want to call it... which was sent vis SMS to the stored cellphone number or email. then once entered goes directly the de desired page. If for some reason more than 5 or 10 minutes pass. perhaps that is not a valid or expire another request need to be sent. good thing is all the login attempts are stored for reporting. I saw Twilio have some nice interface, but wondering if somebody in the K2 community have some other suggestions/alternatives ? Happy Friday !!!
We just upgraded our dev environment to 4.7. In a workflow, I have an escalation set by reading an SQL DateTime field via a Smart Object. The escalation is set for 1 hour later than the value in the field. For example, the value in the field was 4/28/2017 and 13:44:11, but the escalation was set for 4/28/2017 and 14:44:11 (per confirming the Server.ASync table). Why is the To DateTime function adding an hour? EDIT: I had to write the time above in a non-datetime format. K2 community's site redacted sections of it.
Hello everybody, I am working to do OutOfOffice using K2 API My Code is the followingWorklistCriteria criteria = new WorklistCriteria();Destinations destination = new Destinations();destination.Add(new Destination(("K2:"+AssignedTo), DestinationType.User)); //e.g. K2:DOMAINUsernameWorkType worktype = new WorkType(AssignedTo, criteria, destination);WorklistShare worklistshare = new WorklistShare();worklistshare.ShareType = ShareType.OOF;worklistshare.WorkTypes.Add(worktype);//Share the worklistktwoWorkflowClientServer.ShareWorkList(worklistshare);//Share the worklist for a managed user//ktwoWorkflowClientServer.ShareWorkList(originator, worklistshare);//When the current user's status is set to OOF the worklist shares defined above will take effectktwoWorkflowClientServer.SetUserStatus(UserStatuses.OOF);return true; I think this code works fine. The delefate user can see the task of the user that is out of office, but when he want to execute an action from SmartForm it appears the follo
Hi All Is there a proper method or function to "uninstall" a K2 smartstarter and remove all the associated views, smartobjects, forms, workflows ? We've installed a few to try them out but now dont want them all thanksPaul
I am building small application to keep track on contractors hours. I have already built Entry form ( Item Form) and Display Form( View Form).View Item Form is only set up for Weekly view. You can only add hours for this week. Now i want to add funcationality to allow users to go back a week and edit the entries they made.For that i have added Previous Week Button :Can can i add Calendar control to allow them to filter item for previous week. What would be a right approach to do this? Thank you
In K2 Studio, how can I specify multiple SP groups to remove permissions? K2 studio allows me to pick only one SP group at a time.. does it mean, if I have five groups to remove, I will have to create five events? What I am doing wrong? Can someone please try? If you can select multiple grops? We are on version 4.7Thanks,
Hi, In sharepoint we can create max two level of grouping. I want to know can we create multilevel grouing Views in K2 Designer. For example :- Group ByCountry (10) State (20) Dist(30) Thanks.
Has anyone found a way to reuse styling on a label or data label or any other control for that matter? If I have 30 fields with 30 labels I need click the style button and adjust the formatting for each label/control individually. The only solution I've been able to come up with is to make the labels a literal and make the text something like <span class="labelClass">Label Name</span>. Any ideas are appreciated?
Hi, Is it possible to use PowerBI with an OData service instance connection in K2 Blackpearl 4.7? I cannot seem to make it work or find an OData URL as I am missing the API option under Integration in K2 Management. Thanks!
Hi. I'm creating a smart form with a button "Reset and Refresh" that will clear any of the radio button groups, drop downs, etc. that i built into the from in order to filter data....That works great. I'd love for the same button to ALSO clear out any value that's in the "Quick Search" field on the view. I can't seem to make that work. I've tried having the rule perform a clear method on the view, but the value that the user had types into the quick search field remains. Is there a way to do this? Rob
Hi Everyone, I have a approval matrix which has different combination of items with approvers. I want to query this list and get appropriate item based on user input.I tried using Get List Item reference and smartobjects get list item by titile method, but both these actions work with equal condition, there is no option to use contains. How can I query the list with contains option? Thanks,Prafull
I have a simple workflow (Built in the designer V4.7) which at the moment is either an Approval or Reject outcome. I want to add an other outcome to the workflow - Timed Out. Can any body advise what is the best way to do this.
Hi, Is there any way to get the details of a closed WorklistItem using K2 API/SDK (ex. who and when excecuded the worklist item)? Best regards,arnam