Zoeken in deze blog
maandag 18 november 2013
New Word Merge (as from PU250) sending e-mail keeps on giving message "Mandatory: Sender"
Allthough the e-mail adress has been filled correctly on the actors HRM card, still this message appears.
Solution: check the division [HRM / Setup / Divisions] and see Adress section. Did you link the division to an account (most likely an account representing this division) and has an e-mail adress been filled on that accountcard. It should be visible here.
donderdag 14 november 2013
How to implement eye-catching bars in an Exact Synergy Enterprise request
In an ESE request there's tabs and sections to cluster related fields. For each new section one could use a bar with a title.
I'm not a HTML king but this is a target I used to create eye catching text bars in an ESE request. Add a section and past this code into the 'Note' field:
<div style="background-color: #0099CC; padding: 5px; font-weight: bold">Title</div>
Don't forget to set columns on 2 if you want.
But.. this is a fixed colour, independent from the style the end-user(s) prefers to use. Could be ugly. So therefore here's a HTML code to create a bar which adapts the style colours:
<TABLE class=ListView><TR class="header"><TD><b>OPPORTUNITY DETAILS</b></TD></TR></TABLE>
<div style="background-color: #fefbdd; border: 1px solid #fef686; margin: 5px 5px; padding: 5px 5px;">Text</div>
Then, you don't want the text section to be shown in the request, therefore in the section put this code into the text field:   -basicly it's an empty character in HTML.
donderdag 7 november 2013
Exact Synergy Enterprise, bij delegatie foutmelding: U heeft onvoldoende rechten om deze actie uit te voeren.
Exact Synergy Enterprise, delegate gives error message like: unsufficient rights to perform this action
- Person should have functional rights in Exact Synergy Enterprise (should have a licence role)
- Check if the person has not been blocked, which it is by default after conversion
- Person should have functional rights in Exact Synergy Enterprise (should have a licence role)
- Check if the person has not been blocked, which it is by default after conversion
Abonneren op:
Posts (Atom)