Is it possible to Activate / De Activate Campaign via REST API?

Hi,
Is it possible to Activate / De activate Campaigns via Eloqua REST API?
I was checking out this site on Eloqua Rest API, but could not see the option http://secure.eloqua.com/api/docs/Static/Rest/2.0/index.htm
Regards,
Aditya

Dear Kia111,
It is possible. What you can do is, insert a radio button group and set the appearance as "checkbox". In this case, you radio button group will appear as if two checkboxes are placed. But, the behavior will be the way you wanted. Checking one radio button (checkbox) will uncheck the other and vice-versa.
In this case, you  need to tweak your code based on the binding values set for each radio button in the radio button group. For eg., say if 1 and 2 are the binding values for two radio buttons:
if(chkbox.rawValue == "1")
          section.presence = "visible";
     else
          section.presence = "hidden";
Hope this helps.
Thanks,
VJ

Similar Messages

  • Is it possible to activate an ipad w/o an internet connection on a mac?

    Is it possible to activate an ipad without an internet connection on my mac?
    I have got a macbook pro with iTunes 10.1.2 (17) and an micro-sim card with a iPad 3G data plan, so I can use it directly with the iPad, but I have to activate the iPad at first.
    I have NOT any internet connection on the macbook pro (because I am actually traveling). So do not recommend to go to the next Apple Store etc.
    Thank you.

    Chris CA wrote:
    Yes.
    Plug it in and sync it. I don't believe an internet connections required.
    You can register it when you get an Internet connection.
    I have NOT any internet connection on the macbook pro (because I am actually traveling
    You cannot get a wifi connection anywhere? (hotel, library, airport, coffee shop, etc.)
    Yes, I can. But it costs $30 for 10 MB (minimal use) at the hotel. Just to compare: a 3G data plan with 3GB traffic costs $50 monthly
    Message was edited by: Goodkat

  • Is it possible to activate Batch Management for a material without Class?

    Dear Experts,
                           Is it possible to activate Batch Management for a material without having Class & Characteristics maintained. As my requirement is to procure Fuels in Batches only with external no. assignment without any parameters to be checked at the time of Goods Receipt? Batches are needed for Accountability purpose.
    Regards

    >
    Chandan H N wrote:
    > Dear Experts,
    >
    >                        Is it possible to activate Batch Management for a material without having Class & Characteristics maintained. As my requirement is to procure Fuels in Batches only with external no. assignment without any parameters to be checked at the time of Goods Receipt? Batches are needed for Accountability purpose.
    >
    > Regards
    Please check this answered link:
    Batch-classification view
    If you want classify a batch, then you should have maintained the batch classification in material master which is either class 022 or class 023 (depends on your batch level set in cusotmizing). The material class 001 has no impact on the batch classifcition, it is what it is: a classification for the material.
    Edited by: Afshad Irani on Jun 20, 2010 4:40 PM

  • How to activate campaign specific pricing in r/3 sales order

    Hi experts,
    How to activate campaign specific pricing in r/3 sales order .In the pricing procedure for particular condition type how value gets triggered even if u r not maintaining any condition records in VK11.
    We are only maintaining campaign in CRM specific to product so can someone let us know how it gets triggered ion the above mentioned scenario.
    It would be very usefull if someone can send the step by step procedure or a document relevant to this.
    Usefull answers will be awarded subsequently!!!!!!!
    Thanks in advance ,
    Abhinav Mahul

    Hi Abhinav,
    You can determine your pricing in CRM for a Order/Quotation and can let it flow as it is without the pricing conditions to be uploaded to R/3.
    please perform follwing Middleware settings for the same.
    <b>Excute transaction: SM30
    Table/View name: SMOFPARSFA
    Click on 'Maintain.'
    Create a new entry
    Key: R3A_SALES
    Parameter: PRICINGTYPE
    ParamVal: G</b>
    Determine campaign pricing in CRM and send the order into R/3.
    Observe the  pricing in R/3.
    Best Regards,
    Pratik Patel
    <b>Reward with Points!</b>

  • IS IT POSSIBLE TO ACTIVATE APPLE STORE WITHOUT PAYMENT DETAILS

    I simply want to know that, is it possible to activate app store in my iphone without providing payment details

    Avi Agrawal wrote:
    I simply want to know that
    Then do a simple search of the forums...or Google for that matter.

  • Is it possible to activate an iPhone 4S with an inactive SIM card?

    I have the phone and a SIM card from my carrier, but the card hasn't been activated yet. I've read on the internet that it is possible to activate iPhones with inactive or old sim cards as long as they are from the appropriate carrier, but my card doesn't seem to work. Whenever I try to activate my iPhone, it tells me to insert a valid and unlocked SIM. I have disabled the PIN code using another phone, but it still doesn't work. Is this a hardware issue or do I simply have to wait for my service plan and SIM card to be activated?
    I am worried about this because the phone worked well without a SIM card until I reset it to the factory settings. (This is a used phone.)

    Could somebody please help me? It is quite important.

  • Is it possible to activate CS (original)?

    I can install using the original discs and serial number however, there is no way to activate the product (online and phone number don't work anymore). Is it possible to activate the CS, the original?

    I doubt you can activate it since the next version to it is no longer supported by an activation server.  What you can do is download the special version of CS2 and install it using the serial number designated for it.  See the following:
    Error: Activation Server Unavailable | CS2, Acrobat 7, Audition 3 - http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l

  • Is it possible to activate LR5 on a second (privately owned) computer and where do I have to enter the license key?

    is it possible to activate LR5 on a second (privately owned) computer and where do I have to enter the license key?

    Lightroom doesn't use activation. The EULA allows you to install Lightroom on two computers, one a desktop the other a laptop. To apply the serial number you go to the Help menu then choose Lightroom Registration.

  • Possible to activate new 3G iphone w/2 year w/out a internet plan?

    Possible to activate new 3G iphone w/2 year w/out a internet plan? and add it later or vice versa, add it in the beginning and then take it off?

    your contract requires you to have an internet plan that starts at $30/month for 2 yrs

  • How to create a campaign based on a template using the REST API

    Hi CodeIt-ers,
    I'm using the REST API to create campaigns in Eloqua 10, all works well except for 1 thing: I can't seem to create a campaign based on an existing Campaign template.
    Based on the documentation on REST API - Accessing Campaigns I've tried using "sourceTemplateId" (code snippet below) but that did not do the trick.
    Does that functionality simply not work or am I missing something?
    Thanks!
    Ferry
    $campaign_data = new Campaign(); 
    $campaign_data->sourceTemplateId='442';
    $campaign_data->folderId='1137';
    $campaign_data->currentStatus='draft';

    Hi Richard,
    Unfortunately no. I reached out to support, they informed me "sourceTemplateId" could not be used to create new campaigns based on a template, instead they advised to use the "Elements " property as shown in this example: Eloqua REST API - Create a Campaign with a Segment and Email
    Thanks
    Ferry

  • Is it possible to add a second monitor via mac mini with iMac

    Hi
    is it possible to add a second monitor via mac mini with iMac
    or is there another solution?
    all i want to know is if i can run a second monitor or link a mac mini for more speed like i heard you can with the G5 Towers.

    The iMac will allow you to connect a second monitor but that monitor will show the same thing as the iMac's built-in screen.
    You can network a Mac mini and iMac via Ethernet or Firewire.
    Software load sharing like Xgrid can allow you to share work between the Macs.

  • Is it possible to find the transaction code via table name ??

    Hi
    Can any body please let me know is it possible to find the transaction code via table name ??
    Thanks in advance
    Sesh
    Edited by: seshu_sapfico on Dec 8, 2009 12:21 PM

    Please, specify your requirement... A table could be modified by various programs which are called by numerous transactions.

  • Is it possible to call a web service via UWL XML configuration?

    Hello
    Is it possible to call a web service via UWL XML configuration?
    If yes then an example would be great.
    Roy

    Hi Roy,
    Yes, yes it is possible.
    Yesterday only I came across the following document which will answer your questions:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6?overridelayout=t…
    ~Ashvin

  • Is it possible to pass nQuireID (session ID) via URL ?

    is it possible to pass nQuireID (session ID) via URL?
    (how to get the session id ?)
    therefore, we dont need to pass the userid and password. (embedded in the URL)

    Ummm you can't get a session ID unless you login first, chicken and egg problem? Have you looked at implementing SSO? That's the proper way of solving integration issues, hard-coding the user ID and the password on the URL is a nasty and insecure "hack"...

  • Is it possible to connect an external camera via bluetooth to the Iphone 4 and use it with Facetime, if not.. why?

    Is it possible to connect an external camera via bluetooth to the Iphone 4 and use it with Facetime, if not.. why?

    Ok, in 2015 is it possible now? I would like to use an iPad and Face to share content between a dressmaker in Asia and a customer in the US, and I would like to attach better camera's than the built-in camera's on the devices.
    Any thoughts? Any updates to the original post?
    Thanks,
    James

Maybe you are looking for

  • AZWR is not coming in ZFAZ

    We want to implement a down payment progress in our system. I did all of the customizing requirements in SD according to OSS Note 213526. Furthermore, when I placed an sales order in VA01 and then invoiced in VF01(only invoiced the value in billing p

  • How can I print and ship a photo book from another country?

    I wish to print and ship a book from a different country (Hong Kong) but have it billed to my Canada credit card in order to avoid overseas shipping costs..  Does anyone know if this is possible?  If I create a unique Apple ID on HK web site with a l

  • Performance issues using JavaFX on different notebooks

    Hello, unfortunately i feel forced to ask a question about performance issues. As far as i understood, most of the problems with JavaFX 2.0 that are discussed here or somewhere else seem to have there roots in a huge count of nodes and/or some kind o

  • CAT2 - Payscale group and level

    Does anyone know how to get project systems / finance to read the payscale group and levels from HR (instead of reading the rate from Project Systems - CP26). Thanks. (we have too many rates to store in Project systems and would prefer to store them

  • Camera raw 6.6 update

    I can't download this for some reason, or rather I can, but it can't finish as it says I need to shut adobe bridge, which isn't open. I have PSE 9. Anyone any suggestions? I try to do it from adobe downlload manager as well, it can't unzip for some r