Clear a field of data card/CDO

Hello

We are working on sending emails that will have a merge field to a data card/CDO object that is sometimes filled out and sometimes not; merged field of emails are sent through program generator when merging field no those are batched. After the merged field email is sent from the Builder program, we want to clear this field on the data card, so that if we batch email from contact with another email, the merger of field will be empty and not present information completely foreign to the emailed batch. Is it possible to do in E10? I can't find an option for it in the program generator. The only work around us would think has been implemented the merger of field as a piece of dynamic content and add a contact field that gets checked when the merger of field CDO / Data Card is necessary and not controlled when it's not like this can be done in the program generator.

Hi Allan,

If your goals is to update the field and future data communications player card... I think that there are few options, but the one I can suggest the use of the program generator.

In the program generator.

Create a program that takes the contacts it is a member.

1. check if the email you want to send using email that address data slag is sent? If Yes

2. take contact with Cloud connector for submit and add static value as empty (Leavve it blank)

Form...

3. create the form and map all data fields to a custom form to this exact object with a value field empty

4. use and field to future communications drive additional Fusion by email.

I would like to know if this helps or you are looking for.

Thank you

Amit

Tags: Marketers

Similar Questions

  • How to have data entered in a form and validated by a field data card?

    We are conducting a campaign in which recipients will receive a code by post. So we wish them to visit a web page where they will enter the code to launch a hunt for treasure. When the contact between the code, we want the form to validate the code against a data card to determine if it is valid. How do I put this in place?

    Hi Barry,.

    You could use a table of correspondence in Eloqua for this kind of validation (can be case sensitive or not), or otherwise doing the validation server before posting any data of Eloqua.

  • How can I update the custom object data card?

    Hello world

    We maintain a field check box on one of our custom objects data sheets.  I took a quick glance at the Eloqua REST API of Fred Sakr and found c# library class "customobjectdata", but there are only methods to get data cards and create new maps.  Someone at - it an example of updating an existing data card?

    I also took a glance to the bulk API but this would bring additional complexity to our development effort.  It seems that there must be a way to do this with a single call.

    I am open to the use of the SOAP API if this action is not possible using REST.

    Thank you

    Hey Austin Christmas Yes, you can update CDO via the REST API. We found this material useful for the performance of the access/mutation operations for CDOS: REST API - the custom metadata object

  • Help! How to upgrade a contact in a folder of data card record in the E10?

    Our upgrade was yesterday. I missed a critical use case in our planning of pre-upgrade. I need help, please.

    Here's the use case:

    1. a system of third party feeds campaign pot directly through response data to an object custom data Eloqua (this always works)

    2 al ' E9, the CDO - via the data stages of transformation of the map Services - has been captures the data, save and update the Contact table (no longer)

    3. then, he drew the call of SFDC integration to associate the record as a campaign response (it's so more work based on #2 no longer works)

    In E10, the rule to update in the stages of processing of data card Services does not allow data to be updated to the Contact table via a rule update - action is no longer an option. (I totally missed the impact of upgrading to update rules - sigh).

    This is where I need help. How can I build this works in E10? I'm testing it even as I write this, and I see some results by setting the option "Domain mapping" in the ORDER of the Contact table. Oddly, I can't map the field Email Address - it is not giving me an option to do so. In addition, this option does not large text fields and I have one of those in this data set. I feel I'm missing something, but I'm so far in the weeds now, I'm not sure what it is - any help is very appreciated.

    Best,

    Kristin

    Hi Kristin,

    Updated Eloqua10 and Eloqua9 rules have a different set of options for the update action. It seems that in this scenario, we need to fix the second case where the data card Service was runs a update rule to map the CDO data for the contact table. In the custom data object module, we have an option called mapping fields. You can use this to get the same results as the update rule by mapping the CDO data directly to the contact table on the entries of new & updated data up-to-date card the. Once this change is made, the workflow remains in what concerns the integration association and campaign SFDC will continue to work normally.

    I hope this helps!

    Kind regards

    Jubair

  • Query data cards

    Hello

    Does anyone has experiences querying maps of data by using the SOAP api?  We lack of this via a cloud connector (can we use the REST API safely with connectors cloud E9 and E10?  "I have the impression that we could not).

    We have a data card implemented, which lists the appointments.  What we want to do is using the API, pull information and send it to a planning system.

    I can't by pulling the card data information.

    To simplify, (using c#)

    I have filled my list of fields

    fields var is gcnew List < string > ();.

    fields. Add ("DataCardID");

    I can get the Type of Entty DataCard

    ID = 28

    Type = DataCardSet

    Name = list of appointments

    We have a transformed column (internal name Sent1) that we use to indicate whether or not it is sent.  Y sent =, N = not sent.

    Then trying to query all items processed - we do this:

    var result = _eloquaInstance.serviceProxy.Query (mergeDataSource, "", fields.) Count == 0? NULL: fields. ToArray(), currentPage, 200);

    (currentPage is set to 0 for the first page of data).

    We get an error to the appellant of this issue:

    "The creator of this fault did not specify a reason."

    I can't see the details of the exception

    [{CloudConnector.EloquaServiceLibrary.EloquaServiceNew.ValidationDetail 2}]

    Any ideas?  What have I done wrong?

    Thank you

    Mark

    Hey Mark,

    I suggest that you check this page if you don't have it already - https://secure.eloqua.com/api/docs/Dynamic/Rest/1.0/Reference.aspx

    You will need to connect to Eloqua via the user interface before you visit this page. The page is a great resource, because there all Eloqua REST 1.0 available for testing API calls.

    Assuming that you're stuck in step 3:

    In order to update the custom object data, you can make a post/data/Objetpersonnalise / {id}. When posting, you will need to maintain the structure of the GET response. If you don't want to update all data cards in the card game of data, you can remove the fieldValue objects.

    Hope this helps,

    SAI

  • Writing information to data card to contact Record

    We use data cards to store lots of information.  We want to move some of the fields of data on registration of Eloqua contact sheet.  Is it possible to pass data in this way?

    Hi Marc, you can do it from data cards. Go to data cards and choose a map Data and you will get a menu in the upper right. Choose data card games > field mapping. This will allow you to map to an account or contact datacard record. I have not used this feature so I can't comment on that, but I think that's what you're looking for.

  • Update of data cards

    Hi all

    We want to update the maps of data via the API. The only way I see (please let me know if there are other ways to do so) to update data cards is REST in bulk API imports. To the help to save the import settings (created with https://secure.eloqua.com/api/docs/Dynamic/Bulk/1.0/Import.aspx) and it seems that, after that some time, imports or job rarely stop. Saved import settings work without fault when it is new, and usually after a week aren't reliable and data cards not updated. We can create them dynamically, before each update query, but it looks like there are hundreds / thousands of daily operation and we ask if creation of so many parameters does not affect functionality / performance. However, I would like to know if this setting is supposed to expire after a certain time? Data cards set fields or other properties do not change and the setting still seems to stop working on its own.

    Thanks a lot for any help / advice on that.

    Adam

    Hi Adam,.

    When you create the definition of import, you must explicitly specify the number of seconds to keep the data. When you have filled a value (secondsToAutoDelete) in your request to create, you should see the same value returned in the response.

    I hope this helps.

    Thank you

    Fred

  • Custom object filters (data card)

    How do you run the filters with data cards?

    We have Contact information stored in the Contact record, and our products are stored against cards of data with the email address as a common link between them.

    I need to run reports for some products, that lists all the products selected for some countries.

    Kind regards

    John

    He discovered. Using the "field of the linked object Custom' and 'A related custom object' in the contact filter allows filtering in the game of the data card.

  • Data cards

    Because we have certain forms on another system which then do not appear on the filters for submission of form in Eloqua (problems of lead scoring where we are scoring on the recent submission of a form), our solution was to put a stamp on date on remittances form. To do not use contact fields, for this, we have created a data card set of fields for all forms that we stamped with a field of email address mapped on the same contact field, allowing the link to the contact record. Then we put two stages of treatment in each of the relevant forms, the first applying a rule to update, date on which the area concerned in the stamps of cards together, data the second creating data cards together. We have implemented this in two of our facilities, in one, he works for the most part (although with a few hiccups) and for other so far it does not work at all (don't know why, it is set up exactly the same thing). I referred a case with Eloqua about that it could be a bug or problems with how we created it, but I was wondering if anyone had tried something similar and had problems or if not if people had other solutions suggested at the date stamp requirement?

    Any ideas/suggestions gratefully received!

    Hello

    I managed to find a solution for the problem that I had, in collaboration with a colleague and Eloqua support. Basically, the problem was that forms processing steps are set automatically with the update rule the first date stamp, then the creation of the data card, while it should be the other way around. Because there is no way to replace the order Eloqua automatically the processing steps, the Eloqua provided supprt solution was to put the processing stage data cards create in the original formula, and then republish the data to a new form and the new form of repost in the rule to update from the corresponding date. Maybe not the method 'cleaner', but in the end, it works for us and does not contact fields, so I'll call it a victory!

  • Possibility to update custom data cards?

    Hello!

    I have several data cards personalized (3000) in our database that need to be updated and replaced.  I don't have the means to execute the update via the Eloqua API.  Is there a way via the UI that I can update these files of custom, data card not only create new ones?

    Best,

    Tiffany

    Hi Tiffany,

    You can do this by following the steps mentioned below.

    Steps-

    1. export maps to data in an Excel file (for back up and report).

    2 copy the excel file and in the new file to update the fields with the values you want.

    3. Download this file in Eloqua with unique identifier(unique code field) you chose during the creation of the data CARD OF DATA SET/Custom object.

    And its done. Kindly let me know if this is enough or you need more info.

    See you soon,.

    Amardeep

  • clear the fields for entering the loading of the page

    I have a few jspx pages that are displayed as menu items in a menu group and are present in the adfc - config.Xml. These pages are rendered by default in several tabs. the pages have input fields where the user enters input data and click the button to generate a report. My problem is that after generating the report on a tab when the user goes to another tab and returns, previosly entered data in the fields are not allowed to go out. What is the best way to disable previosly entered data. most of these fields is bound to a property in a managed bean. using jdev 11 1 1 6. I am explicitly deleting the report generated in the tables data by erasing your used by table on the event beforePhase of the page when the page makes. How to clear these fields that are not preserved entry?

    You can bind the inputText and try the resetValue() method.

    Deepak

  • Clear text fields

    I create a dashboard with lots of buttons that display pieces of text to an XML file. The problem is, I can't understand how to clear the text field, once it is posted. If I press another button, the new data will replace the old data, but if the new button is display a smaller set of data, it won't replace some of the old data set and the rest remains displayed. Who is?

    I found a code that removes the text fields, but I don't know where to put:

    ///////////////

    import flash.events.MouseEvent;

    import flash.text.TextField;

    var adminUnitsXML:XML;

    var adminloader:URLLoader = new URLLoader();

    adminloader.addEventListener (Event.COMPLETE, onAdminComplete);

    adminloader. Load (new URLRequest ("FY2012units.xml"));

    function onAdminComplete(evt:Event)

    {

    adminUnitsXML = new XML (adminloader.data)

    }

    var adminMeasuresXML:XML;

    var adminloadermeasures:URLLoader = new URLLoader();

    adminloadermeasures.addEventListener (Event.COMPLETE, onAdminCompleteMeasures);

    adminloadermeasures. Load (new URLRequest ("2011xmlmeasures.xml"));

    function onAdminCompleteMeasures(evt:Event)

    {

    adminMeasuresXML = new XML (adminloadermeasures.data)

    }

    -Buttons on unit-------.

    adminu1.addEventListener (MouseEvent.CLICK, adminu1Click);

    adminu2.addEventListener (MouseEvent.CLICK, adminu2Click);

    adminu3.addEventListener (MouseEvent.CLICK, adminu3Click);

    adminu4.addEventListener (MouseEvent.CLICK, adminu4Click);

    adminu5.addEventListener (MouseEvent.CLICK, adminu5Click);

    adminu6.addEventListener (MouseEvent.CLICK, adminu6Click);

    adminu7.addEventListener (MouseEvent.CLICK, adminu7Click);

    adminu8.addEventListener (MouseEvent.CLICK, adminu8Click);

    adminu9.addEventListener (MouseEvent.CLICK, adminu9Click);

    adminu10.addEventListener (MouseEvent.CLICK, adminu10Click);

    adminu11.addEventListener (MouseEvent.CLICK, adminu11Click);

    adminu12.addEventListener (MouseEvent.CLICK, adminu12Click);

    adminu13.addEventListener (MouseEvent.CLICK, adminu13Click);

    adminu14.addEventListener (MouseEvent.CLICK, adminu14Click);

    adminu15.addEventListener (MouseEvent.CLICK, adminu15Click);

    adminu16.addEventListener (MouseEvent.CLICK, adminu16Click);

    adminu17.addEventListener (MouseEvent.CLICK, adminu17Click);

    Here I attributed to plaintext to all buttons;

    adminu1.addEventListener (MouseEvent.CLICK, plain text);

    adminu2.addEventListener (MouseEvent.CLICK, plain text);

    adminu3.addEventListener (MouseEvent.CLICK, plain text);

    adminu4.addEventListener (MouseEvent.CLICK, plain text);

    adminu5.addEventListener (MouseEvent.CLICK, plain text);

    adminu6.addEventListener (MouseEvent.CLICK, plain text);

    adminu7.addEventListener (MouseEvent.CLICK, plain text);

    adminu8.addEventListener (MouseEvent.CLICK, plain text);

    adminu9.addEventListener (MouseEvent.CLICK, plain text);

    adminu10.addEventListener (MouseEvent.CLICK, plain text);

    adminu11.addEventListener (MouseEvent.CLICK, plain text);

    adminu12.addEventListener (MouseEvent.CLICK, plain text);

    adminu13.addEventListener (MouseEvent.CLICK, plain text);

    adminu14.addEventListener (MouseEvent.CLICK, plain text);

    adminu15.addEventListener (MouseEvent.CLICK, plain text);

    adminu16.addEventListener (MouseEvent.CLICK, plain text);

    adminu17.addEventListener (MouseEvent.CLICK, plain text);

    -Button of the device functions-------.

    Here's the function of clear text, but I don't know where to put this. When it is placed here, I can't get my text to display when I click on the buttons.

    function clearText(e:MouseEvent):void {}

    measures_txt. Text = "";

    measures1_txt. Text = "";

    measures2_txt. Text = "";

    measures3_txt. Text = "";

    measures4_txt. Text = "";

    measures5_txt. Text = "";

    measures6_txt. Text = "";

    measures7_txt. Text = "";

    measures8_txt. Text = "";

    measures9_txt. Text = "";

    measures10_txt. Text = "";

    }

    function adminu1Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu1.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu1.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu1.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [6].rdu.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [6].mmrslt.text ())

    measures2_txt. Text = (adminMeasuresXML.measure [7].mmrslt.text ())

    measures3_txt. Text = (adminMeasuresXML.measure [10].mmrslt.text ())

    measures4_txt. Text = (adminMeasuresXML.measure [11].mmrslt.text ())

    measures5_txt. Text = (adminMeasuresXML.measure [12].mmrslt.text ())

    measures6_txt. Text = (adminMeasuresXML.measure [13].mmrslt.text ())

    measures7_txt. Text = (adminMeasuresXML.measure [20].mmrslt.text ())

    measures8_txt. Text = (adminMeasuresXML.measure [24].mmrslt.text ())

    measures9_txt. Text = (adminMeasuresXML.measure [25].mmrslt.text ())

    measures10_txt. Text = (adminMeasuresXML.measure [26].mmrslt.text ())

    }

    function adminu2Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu2.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu2.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu2.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [6].rdu.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [14].mmrslt.text ())

    }

    function adminu3Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu3.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu3.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu3.employeect.text ())

    }

    function adminu4Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu4.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu4.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu4.employeect.text ())

    }

    function adminu5Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu5.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu5.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu5.employeect.text ())

    }

    function adminu6Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu6.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu6.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu6.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [1].mmrslt.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [8].mmrslt.text ())

    measures2_txt. Text = (adminMeasuresXML.measure [9].mmrslt.text ())

    measures3_txt. Text = (adminMeasuresXML.measure [27].mmrslt.text ())

    }

    function adminu7Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu7.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu7.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu7.employeect.text ())

    }

    function adminu8Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu8.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu8.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu8.employeect.text ())

    }

    function adminu9Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu9.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu9.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu9.employeect.text ())

    }

    function adminu10Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu10.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu10.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu10.employeect.text ())

    }

    function adminu11Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu11.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu11.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu11.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [2].mmrslt.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [3].mmrslt.text ())

    }

    function adminu12Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu12.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu12.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu12.employeect.text ())

    }

    function adminu13Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu13.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu13.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu13.employeect.text ())

    }

    function adminu14Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu14.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu14.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu14.employeect.text ())

    measures_txt. Text = (adminMeasuresXML.measure [4].mmrslt.text ())

    measures1_txt. Text = (adminMeasuresXML.measure [5].mmrslt.text ())

    }

    function adminu15Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu15.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu15.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu15.employeect.text ())

    }

    function adminu16Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu16.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu16.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu16.employeect.text ())

    }

    function adminu17Click(event:_MouseEvent):void {}

    UnitBudget_txt.text = (adminUnitsXML.adminu17.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu17.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu17.employeect.text ())

    }

    IN EAC h case when you assign text, if you want the textfields which have no new text to display nothing, then you must assign them nothing in the form of text.  What you could do for each case, it's the same unique feature allows to clear all fields before rewrite you everything, as in...

    function clearAll (): void {}

    UnitBudget_txt.text = UnitName_txt.text = UnitEmployees_txt.text = measures_txt.text = measures1_txt.text = "";

    }

    function adminu15Click(event:_MouseEvent):void {}

    clearAll();

    UnitBudget_txt.text = (adminUnitsXML.adminu15.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu15.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu15.employeect.text ())

    }

    function adminu16Click(event:_MouseEvent):void {}

    clearAll();

    UnitBudget_txt.text = (adminUnitsXML.adminu16.budget.text ())

    UnitName_txt.text = (adminUnitsXML.adminu16.uname.text ())

    UnitEmployees_txt.text = (adminUnitsXML.adminu16.employeect.text ())

    }

    and so on for all the others...

  • Toshiba crash with 3G data card

    Hello

    hope someone can advise. I've been using a Vodafone 3 G datacard in my PCMCIA slot in my Toshiba Satellite A75-S226 [purchased in the USA] - unfortunately on the first night of use - it has been problematic.

    at first, I loaded the software and inserted the card and hey presto, I was online on the wonderful web without a phone in sight line.

    After only 20 minutes - the pc crashed - complete blackout - rebooted as I thought it was a stop of the battery (not on the AC at this point).

    It wasn't. 12 the cell breaks down - screen sometimes black, sometimes white screen - in almost every use of the card 3G - sometimes, it crashes when the card is inserted, sometimes it works and I'm in line for one minute (or 5 or 10 or 15 - who knows) but it still crashes

    I removed and re installed the software several times, spoke with vodafone and installed 3 alternative versions of the software - 2 old and more recent 1 (later).

    I tried another card 3 G on my laptop and it crashed. I used my card on the pc of my neighbour without difficulty. ERGO - the problem comes from my pc - and it is an interaction with the vodafone card and/or its software.

    This isn't somehow due to overheating, as the shutdown problems mentioned on other threads seem to indicate - if my laptop runs perfectly and can run for hours to child's play.

    I'm not sure is the extent of the use of 3G data cards, but maybe someone can advise.

    PS I am the person most untechy to join a computer forum - so less jargon and more explanations would be useful - think of me as your old uncle doddery, but with more hair

    concerning

    stoky jed
    London

    Hello Jed

    Unfortunately, this is a specific problem with external Toshiba no product, and in this case, I believe that Vodafone people have a lot of experience with troubleshooting. Try to contact them.

    Otherwise, you can use advanced search option and search using the word VODAFONE. As far as I know there must be a few topics with the same or similar issue.

    You can also check the knowledge base on http://eu.computers.toshiba-europe.com/cgi-bin/ToshibaCSG/generic_content.jsp?service=EU&ID=TIC2 Toshiba site and Vodafone as searchtext. Check it please all documents. I hope that you will find useful information.

    Good luck!

  • Sat Pro A60 - screen backlight turns off after the connection with the Vodafone 3g data card

    I have a Sam Pro A60 which took a mounted Vodafone 3g data card. It connects OK data card but then the screen becomes 'empty' you can see the icons if you get the light from the window in the right direction, but permanently unusable.

    A reboot and the screen comes back. Are there keys, I can try to put light or ideas to test if it's a hardware or software problem?
    Thanks in advance.

    Hello

    It s a very strange problem. But I'll try my best ;)

    I noticed a similar problem on my second book. The display light didn't stop but the blue screen of death (BSOD) appeared and I could not continue my work.

    After a lengthy investigation, I found some useful tips.
    Someone told me that I have to disable HT technology (Hyper-Threading Technology) in the system BIOS settings.

    It's a key!

    As I remember the Satellite Pro A60 also supports this Hyper-Threading Technology.
    You can disable this function in the Toshiba HWSetup tool, in the CPU tab.

    Check it out and maybe it's a key as in my case.

    Dude good luck

  • Data card Vodafone made black screen

    I started using a vodafone data card to access the internet, but if I connect the screen goes black and I can't see anything, can I do to solve this problem.

    Hello frome

    In my opinion you should at first contact Vodafone support and ask them if this problem is known or not. If you use Toshiba devices try to contact manufacturer first. They have more experience in troubleshooting.

    Good bye

Maybe you are looking for