Marketcircle    Forums  Hop To Forum Categories  Extending Daylite  Hop To Forums  Creating Plugins    Plugin Questions
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Apprentice
Posted
In the developer kit ther is a folder called Command Plugins - can I use any of them as is?

In the DayLite to DirectMail folder there is a file: DayliteToDirectMailCommand.m and on line #64 there is the following:

NSDictionary *attribs = [NSDictionary dictionaryWithObjectsAndKeys:@"firstname", @"First Name", @"lastname", @"Last Name", @"defaultElectronicAddress.url", @"Email Address", nil];

can I simply add the fields I need to this line???
 
Posts: 29 | Location: Chicago | Registered: July 27, 2006Reply With QuoteEdit or Delete MessageReport This Post
Apprentice
Posted Hide Post
For example, will this work?

NSDictionary *attribs = [NSDictionary dictionaryWithObjectsAndKeys:@"firstname", @"First Name", @"lastname", @"Last Name", @"defaultElectronicAddress.url", @"Email Address", @"extra1", @"extra2", @"extra3", @"extra4", @"custom.Budget", nil];

Then if the above will work, can I just drop the folder into the library and give it a whirl?
 
Posts: 29 | Location: Chicago | Registered: July 27, 2006Reply With QuoteEdit or Delete MessageReport This Post
Marketcircle Team
Picture of Michael Clark
Posted Hide Post
Hi.

I am not positive if it will work, but it sounds good! smile

It won't hurt to try it and give it a whirl though!

Michael.
 
Posts: 88 | Location: Markham, Ontario | Registered: June 22, 2006Reply With QuoteEdit or Delete MessageReport This Post
Apprentice
Posted Hide Post
well, i gave it the old college try and nothing happened. I do not see any new menu's or dialogues and don't reallly know what to do next!

eek
 
Posts: 29 | Location: Chicago | Registered: July 27, 2006Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Marketcircle    Forums  Hop To Forum Categories  Extending Daylite  Hop To Forums  Creating Plugins    Plugin Questions

© Copyright 2006 Marketcircle Inc. All rights reserved.