blog

Explore and Master Chrome DevTools

Do you consider yourself a Chrome Developer Tools n00b? Want to learn how to better take advantage of the plethora of utilities Google has developed for us?

Then you're in luck! Google has teamed up with Code School to give you an in-depth tutorial covering all the different pieces of Chrome Developer tools. Check it out here: Explore and Master Chrome DevTools

Automate communicating software steps with others

A large part of all our jobs is communicating software steps with others.  I want to share two communication tools that automate creating steps to reproduce testing results with others.  Angelia shared to sharing these tools on a recent training call and I got so excited I had to share. Anyone working on the weeds should open their arms wide for these tools.   They are built into Windows 7 and other newer Microsoft Operating Systems.   You can run them locally even if you are using RDS when connect to a machine does not have them.  Multiple monitors are supported too.   These save you heaps of time when communicating any software support issues.

MISC Product amount accumulating into DUES

We have a DUES renewal product and a MISC Late Fee product. They have their own billing cycles.

The problem is the MISC product charges are being accumulated into the Dues section and totals for the payment/checkout screen

the following

var duesProductCodes = document.getElementById("hdDues").value;
var miscProductCodes = document.getElementById("hdMisc").value;

Multiple invoice charges generated because of Customer Type change

We have customer types for example Temporary and Practicing.

The Temporary members are changed to Practicing in the middle of the year.

There are products and related charges set up for both customer types.

When billing is run it is creating a charge for the full amount for each of the customer types that were in force in the previous year. However we only want it to generate a charge for the customer type that is in force when the invoice cycle  is run. Any ideas on what we need to change to get this working how we need it to?

WCM iPart Generator Tool for Developers

This is an iPart development tool that allows you to create content keys for your iParts and the import scripts required to import your iPart into WCM.

Steps to run the program:

1. Fill in all the fields with data about your iPart.
2. Click the “Generate iPart Content Key and Import Script” button.
3. Copy and save the content key that is presented to you and close the dialog box.
4. A save dialog window will appear immediately after the content key dialogue window. Save your iPart import script anywhere you like.

Adding event functions to cart

I am currently trying to add an event and a function to the unified cart. It does add successfully but for the function if an individual wishes to purchase for example 4 tickets for a function under an event it does not charge them for 3 of the 4 tickets.
I have the code below:

var evm = new EventManager(entityManager, Session["EventCode"].ToString());
var regData = evm.Register(userData.PartyId);

iFINITY need an experienced iMIS consultant and all round expert to join our team.

If you know iMIS almost as well as the back of your hand and more than you know the craggy wrinkles on your face, then you should consider working in our iMIS team. You will benefit from working with challenging iMIS clients all round the world and if perhaps you are overused and underrated where you are at present, you can join us and be underused and overrated.

Conditional logic in the DataShowcase iPart

Sometimes it's really handy to be able to conditionally control what is displayed in the DataShowcase iPart based on a value retrieved from the database.

Attached is a video showing a simple example of how to do this.

Here is the datasource I declared

As 1 From Party Where PartyId = Url:ID

CFunction Max Registrants

I am currently trying to use the CFunction iBO to get all the functions for a specific event : CFunction eventFunction = new CFunction(user,eventCode, functionCode); It pulls all the correct Product_Codes however I am trying to access the WEB_MULTI_REG field and although there are quantities in these fields it is returning 0. Any thoughts as to why? 

 

Webresource ipart sprites are not displaying correctly

We have found an issue with wcm that was not there yesterday. We are using wcm and noticed that webresource ipart sprites are now displaying only blog icons rather than fb, twitter and blog? Yesterday they were displaying correctly. 
When we use firebug it displays the sprites in the code but on the site only the blog icons appear.
Any ideas?
Mark

 

 

Syndicate content