User contributions for Smtxwiki

A user with 831 edits. Account created on 25 May 2020.
Jump to navigation Jump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

10 February 2017

8 February 2017

  • 18:3118:31, 8 February 2017 diff hist +318 N AdvancedFilters Created page with "More advanced filters can be set in the following way: RequestorExtraFields=Country==$person_Country$ The example above shows all tickets for which the Person attribute 'Cou..."

3 February 2017

1 February 2017

20 December 2016

19 December 2016

  • 13:1813:18, 19 December 2016 diff hist +1,241 N UseWebServiceInForm Created page with "Sometimes you want to retrieve data from web services while completing a form. SSP provides a NCALC function to lookup web service data from any web service d..."
  • 13:1613:16, 19 December 2016 diff hist +3,799 N UseWebServiceInProcess Created page with "After adding a new web service definition, the web service can be used in processes. Go to the Admin-Processes menu and open the process in which you want..."
  • 13:1513:15, 19 December 2016 diff hist +920 N AddNewWebService Created page with "This article is about creating a new webservice, assuming all data required is already available. For information how to create a correct XSLT and which headers to use, please..."
  • 13:1413:14, 19 December 2016 diff hist +680 N Only show accessories Created page with "We want to show accessories, only when a main product is selected. But, we also need an ordertype, that allows to order ONLY accessories ! follow these steps : 1. Make new..."
  • 13:1413:14, 19 December 2016 diff hist +884 N Link into an Order Type Created page with "You can create a link into a shop, but how to link with an ordertype (OT) selected, or even go into the next chevron, called 'Select Products'? <br> First of all, if there are..."
  • 13:1413:14, 19 December 2016 diff hist +472 N Map user data Created page with "Here are the 3 business levels : REPLACE-EXTAPPFIELD-SSP6.Webstore-UserBU1 : CORP REPLACE-EXTAPPFIELD-SSP6.Webstore-UserBU2: HITI REPLACE-EXTAPPFIELD-SSP6.Webstore-UserBU3:..."
  • 13:1313:13, 19 December 2016 diff hist +1,658 N External Apps Created page with "External Apps > WebStore will always contain a basic set of fields that the webstore sends accross.<br><br> When you want to hide a field from 'Request Overview' : edit the f..."
  • 13:1313:13, 19 December 2016 diff hist +216 N Show traffic light per each simultanuous path Created page with "When you search for a ticket, you can see the status of the process using the “AllOpenStepsStatusImage”. This option now is also available to be used in Emails and Proc..."
  • 13:1313:13, 19 December 2016 diff hist +128 N Add Variables in a View Created page with "The ID does not matter, the name of the variable is ok :) syntax: Variable-<name-of-variable> Sample: Variable-ApprovalLinks"
  • 13:1213:12, 19 December 2016 diff hist +271 N Add Columns that show Personal data from Requestor or RequestedFor Created page with "You can add any field from the User Data in SSP. Example: RequestedFor-PORDepartment Do not forget the '-' between de user & the value ! or as we wrote in the manual : Requ..."
  • 13:1213:12, 19 December 2016 diff hist +509 N Show tickets where a person attribute is the same as the logged in person in a single view Created page with "Case: we want a view that shows all open tickets of all users, based on a person's attribute (like department). TicketStatus=Open<br> RequestedForExtraFields=PORDepartment==$..."
  • 13:1213:12, 19 December 2016 diff hist +265 N Show tickets from multiple selected processes Created page with "This query will show all your approvals from 2 selected processes. Tip is to seperate them by double pipes || OpenActionIsApproval<br> MyOpenActions<br> TicketName=Form1||For..."
  • 13:1113:11, 19 December 2016 diff hist +387 N Show WebStore fields in a View Created page with "==Default WebStore Fields== You just need the internal label of the Field, as defined in External Apps.<br><br> Example 01: MainProductNames: <br> - FormField-MainProductNames..."
  • 13:1113:11, 19 December 2016 diff hist +413 N Available fields to sort on in Ticket type views Created page with "If you want to sort on a certain column in a view, SSP sorts through all tickets that match the views criteria. Therfore, for performance reasons, in the viewtype=ticket, the..."
  • 13:1113:11, 19 December 2016 diff hist +222 N Open Approvals Created page with "This will show all your open approvals: OpenActionIsApproval MyOpenActions If you want to show all approvals to which you have access rights (so where you are not necessa..."
  • 13:1013:10, 19 December 2016 diff hist +179 N Exclude Created page with "You can now exclude processes Using the filter TicketNameNot= (followed by friendly display name of processe(s)) You can use multiple processes, seperated by a double pipe..."
  • 13:1013:10, 19 December 2016 diff hist +676 N ExternalApps Created page with "When an external app creates tickets in SSP, and you want to make a view, showing only tickets from that source. There is an issue, as the basic filters require a FormName, wh..."
  • 13:0913:09, 19 December 2016 diff hist +1,071 N All sources that can be used in a View Created page with "These sources can be used in the "Source column" field of a View Field settings. Please note that they are case sensitive. "ticketnr" "ticketdatestarted" "ticketdateended"..."
  • 12:4812:48, 19 December 2016 diff hist +687 N Tableinemail Created page with "An email template sometimes has tables in it. to define the code of those tables, you need to add this (on top) into the code view when editing the email (template) : <sty..."
  • 12:4712:47, 19 December 2016 diff hist +390 N SeeAllForms Created page with "We created this query for Proximus, it also holds a fixed entry 'Report an issue' this is the query (created by Bart) : SELECT "Form_Id" "Id", "InternalLabel", "Title" "Titl..."
  • 12:4412:44, 19 December 2016 diff hist +247 N GetViewDefinition Created page with "Use the query below to see the view definition through an SQL command select definition from sys.objects o join sys.sql_modules m on m.object_id = o.object_id whe..."
  • 12:4412:44, 19 December 2016 diff hist +336 N GetFormTranslations Created page with "select fl.language_id, f.id, ff.internallabel, ff.selectionparameter, fl.label, fl.helptext, fl.selectiondisplayfields, fl.dynamicvalue, fl.dynamicvalueselectionfield, fl.help..."
  • 12:4012:40, 19 December 2016 diff hist +4,201 N GetDataFromDataStore Created page with "New feature since 17/11/2014. You can now pull data from a Datastore Parameter, in a process.<br> The WebService needs a filterField, and potentially a SortField.<br><br> An..."
  • 12:4012:40, 19 December 2016 diff hist +133 N GetFormInstanceValues Created page with "This query returns all values that were stored during submit of a form: select * from forminstancevalue where forminstance_id = 1846"
  • 12:3912:39, 19 December 2016 diff hist +549 N ClearTickets Created page with "In some situations, the SSP database needs to be flushed from any operational data. This can be helpful before a go-live to reset the SSP ticket numbering to 0. Definitions of..."
  • 12:2912:29, 19 December 2016 diff hist +336 N ReportingTemplates Created page with "Q: is it possible to have the basic fields from 'search tickets' in a reporting template? these fields in particular: - status - current step name - current actor - last actio..."
  • 12:2812:28, 19 December 2016 diff hist +280 N Make a CSV Created page with "First, make the 'text File', that can be done under 'General Settings' of a process (see the new section 'text files on that page). This is a new feature in SSP 7.1 ! When..."
  • 12:2712:27, 19 December 2016 diff hist +787 N External Forms and default values Created page with "Case : '' How far can you set default values when using 'external forms' in action steps'' A Form is filled in, contains field called 'Field A1'.<br> The process has 2 Action..."
  • 12:2612:26, 19 December 2016 diff hist +3,058 N Make an ICS Created page with "First, make the 'text File', that can be done under 'General Settings' of a process (see the new section 'text files on that page). This is a new feature in SSP 7.1 ! There is..."
  • 12:2612:26, 19 December 2016 diff hist +281 N Use fields that come from external form in shop Created page with "When you have an external form, that is used in a shop, there is no need to add these fields to External Apps. Just take the field from 'Lookup > Form', it will be populated..."
  • 12:2612:26, 19 December 2016 diff hist +104 N Decision Point after yes-no Created page with "The key here is to use 'True' and 'False' in your decision step path rows. yes/no does not work :("
  • 12:2512:25, 19 December 2016 diff hist +452 N TableinStepinformation Created page with "When a table is added in Translations (step information), it sometimes gets pushed all the way down, creating a big white space, and causing a lot of unneeded scrolling. <br>..."
  • 12:2412:24, 19 December 2016 diff hist +298 N CSS classes used Created page with " Since the version of 9 december 2016, you can see the classes used in formlabels & valuelabels. Just add: “&css=1”, example: http://dev.ssp7.smt-x.com/Forms/Admin..."
  • 12:2412:24, 19 December 2016 diff hist +744 N FieldTypes in database Created page with " TextAreaField = 2, YesNoField = 3, UploadField = 4, DateField = 5, DateTimeField = 6, PasswordField = 7..."
  • 12:2412:24, 19 December 2016 diff hist +93 N Line breaks in helptexts Created page with "In the new helptexts (that atay longer), you can force line breaks by entering <br>"
  • 12:2312:23, 19 December 2016 diff hist +1,516 N Split Multiselect Values Created page with "Cae : we have a multiselect field (checkbox) and we need each individual value (to call a subform). So how to move from the piped values into seperate values (each value in a..."
  • 12:2312:23, 19 December 2016 diff hist +405 N DatastoreDateAsDefault Created page with "An entry of a date in a datatore field is stored as dd/MM/yyyy but to set a default date in a datafield , you need in as yyyyMMdd, so we need to convert it in a hidden field..."
  • 12:2112:21, 19 December 2016 diff hist +476 N Current Date Created page with "Hide the read-only date field (in my example, I called it ‘datefield_hidden’), that has as default value T+0 Then make a new read only display field that shows the value..."
  • 12:2112:21, 19 December 2016 diff hist +2,623 N BulletedListFiles Created page with "Case: we build a list of Names, they can all have multiple attachments linked to them. Data is stored in a simple datastore, with 2 fields : Name & Attachments. Goal is to s..."
  • 12:1712:17, 19 December 2016 diff hist +475 N BulletedList Created page with "For a nicer display, it is possible to create a bulletted list from a checkbox or multi-selection field. The list can only be displayed in a read-only field or in a hidden fie..."
  • 12:1612:16, 19 December 2016 diff hist +351 N TabLinking Created page with "You can link into a tab on the same form, and it is very simple. Just mouse-over the tab and copy the hyperlink. It will start with javascript:...., but will work. Note: if..."
  • 12:1512:15, 19 December 2016 diff hist +663 N DefaultValuesURL Created page with "It is possible to set default values on form field, coming from the link to the form. Just add the internal label and the wanted value at the end of the link, seperated by '&'..."
  • 12:1512:15, 19 December 2016 diff hist +358 N Prefill Date Created page with "This is actually quite simple. <br> in the datastore, set your field as : - date field - text field <br> When using a text field, fill it following this syntax: yyyyMMdd <br>..."
  • 12:1412:14, 19 December 2016 diff hist +744 N AdvancedRadioButtons Created page with "Sometimes you need to add an image or some more help text to each option in a list (radio or checkbox). You can build something link this : File:radio.png Just make a..."
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)