How to add and remove rows and keep track of it

hi all,
i hv an issue
im developing a page which will hv remove and add buttons for 3 categories
on clicking it it should add r remove HTML table rows respective to which category button is pressed. and also i should track the number of rows added or deleted for a particular category.
Is it possible with JSP
a sample code wil also help me a lot
thanks in advance

i could not under how ur page structure is but i will try to tell what i used in such a situation where u have to add or remove some elements from the page based on wht the user chooses.
I put buttons linking to the same page with a variable containing the row id in the url (http://something.com?id=10')
while displaying the records i will be iterating througnh the data row by row and displaying the text in the table.
but when i find a row id equal to the rowid passed i display it in another format with a form and text boxes to edit the data and a submit button to submit the data
like...........
while (rs.next())
     if(rs.getString("recid").trim().equalsIgnoreCase(request.getParameter("recid").trim()))
%>
     <form name="form2" method="post" onsubmit="javascript:return ValidateForm(form2)" action="camp_update_msg_a.jsp">
     <tr class="colstyle3">
          <td width="5%" valign="middle"><%= rs.getString("questionno").trim() %></td><td><TEXTAREA NAME="question" COLS=35 ROWS=4 ><%= rs.getString("question").trim() %></TEXTAREA></td><td><TEXTAREA NAME="answer" COLS=15 ROWS=4 ><%= rs.getString("answerno").trim() %></TEXTAREA></td>
          <td><INPUT id="submit1" type="submit" value="Submit"></td><td><a href="camp_del_msg.jsp?campid=<%=request.getParameter(campid").trim() %">&recid=<%= rs.getString("recid") %>">Delete</a></td>
     </tr>
     </form>
<%           }
else
     { %>
     <tr class="colstyle3">
          <td width="5%" valign="middle"><%= rs.getString("questionno").trim() %></td><td><%= rs.getString("question").trim() %></td><td><%= rs.getString("answerno").trim() %></td>
          <td><a href="camp_edit_msg.jsp?campid=<%=request.getParameter("campid").trim() %>&recid=<%= rs.getString("recid") %>">Edit</a></td><td><a href="camp_del_msg.jsp?campid=<%=request.getParameter("campid").trim() %>&recid=<%= rs.getString("recid") %>">Delete</a></td>
     </tr>
<%
I think this information is helpful to u.......
Good luck.............</a>

Similar Messages

  • How to register and keep track on item packaging during transactions

    Hi,
    I have items which I receive in inventory under different packaging. I want that when I receive or issue it from the warehouse, I keep track also on the packaging that the transaction is done.
    E.g. Oil for vehicle engine:
    Item parameters: "10x40"
    Manufacturer: Elf
    I receive:
    100 liters, 100 pieces, package: 1 liter.
    500 liter, 100 pieces, package: 5 liter.
    I want to know that I have in total 600 liters of Oil 10x40 of manufacturer Elf and from the other hand I want to know how many pieces of 1 liter and how many of 5 liters I have.
    Please help me to configure this in INV module.
    Thank you.

    Hi Glen, 
    Thanks heaps for your reply! Sorry I am so slow to implement it, send it to my client, and then realise it is borked still!  I went with the storing the ICalUid (which I think IS the CleanGlobalObjectId you mentioned after I dissected the blogs you
    posted) in my database.  I stored the ICalUid of the appointment on the server, and the ICalUid of the one I created on the client in it's SQLCE database.  This allowed me to find one from the other for updates and deletes or so I thought.  Updates
    are fine.  But I still cannot find the deleted appointment on the server, or get enough info from the server, to find the right item to delete on the client.  I can no longer access the ICalUid of the appointment on the server because first I have
    to find the appointment in deleteditems or recoverabledeletions folder to get the ICalUid (or CleanGlobalObjectId).  SyncFolderItems returns the subject but not startdate so I cannot search in deleted etc using that combo and I don't feel subject alone
    will be reliable enough at all.  So, what you proposed works beautifully, but not for my initial problem, which was deleting.  
    Maybe this is microsoft fault but SyncFolderItems does not seem to return enough info to perform an accurate delete of an item.  If it helps at all I am following this example: http://msdn.microsoft.com/en-us/library/exchange/ee693003(v=exchg.80).aspx but
    of course the good folks at MS haven't filled in the important bits!
    LucasF

  • How to download and keep multiple maps using Mac/E...

    I use my mac and this site
    http://nokiamaps.site666.info/
    to download maps via my mac to my E71. It works fine. I can install any map, however, only one map at a time.
    I would be happy if anyone knows and could tell me how to download and keep several maps active using my mac and E71. For example, I would like to have US, Japan and some countries in Europe loaded to my E71.
    I can of course keep several maps on my mac but I want to have them loaded to the E71.
    Can I have several maps loaded in the E7? Where to put the maps (which directory)?

    I do not know if anyone is interested but I have figured out one way to do it. Not the nicest perhaps but it works.
    On my mac I create a directory named MyMaps and then I download the maps I want and put them into directories (one directory per map). I copy using the -r flag, which merges/adds on files.
    For example if MyMaps is empty and I use:
    cp -r Sweden/* MyMaps/
    I will get the Swedish map in MyMaps.
    To add the map of Netherlands I simply do:
    cp -r Netherlands* MyMaps/
    I have now merged the map of Netherlands with the map of Sweden and all maps are in MyMaps. And I can add more maps by running cp -r again. And when I am done, I transfer the directory structure in MyMaps to my E71.
    I had some troubles with the diskcache structure. It worked fine for me to remove everything (all files) in the diskcache. They will be created when I move MyMaps.

  • How to add and hide more fields in PPM?

    Hello,
    Im new to this tool and I would like to know how to add and/or hide customized fields. I've only know that Its somewhere under SPRO > Global Enhancements to Project Elements but Im a little bit lost there. Can somebody explain to me with details how to do this and also, does this need a specific access of developer to do this customization?
    As this is a basic need for all, anybody that is new on the tool and search for this will have a good reference on this thread.
    Thanks in advance.
    Many regards!

    The path is SPRO > Global Enhancements to Project Elements > Setup field control.Herein,once you select the field control you may proceed towards defining the conditions that influence the same. A step by step approach is explained in the below article  that will aid you to change properties of custom fields.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/3053cee2-4bca-2d10-38ae-efff39ad248e
    Regards,
    Pradeepkumar Haragoldavar

  • How to pop the stack and keep track of charFlag, in C?

    /* Below is am popping the stack, which works, but it does not keep track of the charFlag variable that is pushed onto the stack. Can you help me with modifying this *char pop (stackNodePtr ptr) so when it pops the value from the stack, and keeps track of the charFlag?
    Thank you very much in advance for your assistance!!!
    Note: This posts is an offspring of my previous question: _"Why is the stack, written in C, converting + to ascii 42 ?"_. I want to thank Xnav for the excellent suggestion of including a character flag to keep track of the datatype being pushed onto the stack. Thank you etresoft for variable renaming comment.
    typedef struct stackNode {
    int value;
    int charFlag;
    struct stackNode *next;
    }stackNode;
    typedef stackNode * StackNodePtr;
    char pop( StackNodePtr *ptr )
    if( StackIsEmpty(*ptr))
    printf("
    Pop attempted, but the Stack is empty, or underflow");
    exit(2);//needed stdlib.h to work
    else
    char sTop;
    StackNodePtr old;
    if( (old = (StackNodePtr ) malloc( sizeof (StackNodePtr) )) == NULL )
    printf("
    No memory left for pop operation");
    sTop = (*ptr)->value;
    old = *ptr;
    *ptr = (*ptr)->next;
    free(old);
    return (sTop);

    //I added a global variable int gCharFlag to keep track of the popped charFlag. Will the code below work, or should I just return (*ptr)? Thank you once again!
    //struct, typedef and gCharFlag are stored inside of a .h file
    typedef struct stackNode {
    int value;
    int charFlag;
    struct stackNode *next;
    }stackNode;
    typedef stackNode * StackNodePtr;
    int gCharFlag;//global variable, which is stored inside of a .h file
    //below method is stored inside of a .c file
    char pop( StackNodePtr *ptr )
    if( StackIsEmpty(*ptr))
    printf("
    Pop attempted, but the Stack is empty, or underflow");
    exit(2);//needed stdlib.h to work
    else
    char sTop;
    StackNodePtr old;
    if( (old = (StackNodePtr ) malloc( sizeof (StackNodePtr) )) == NULL )
    printf("
    No memory left for pop operation");
    sTop = (*ptr)->value;
    gCharFlag = (*ptr)->charFlag;
    old = *ptr;
    *ptr = (*ptr)->next;
    free(old);
    return (sTop);//to return the struct node, then it would be return (*ptr), correct?

  • How to add entire new row at the top of table in pdf report from c# windows forms using iTextSharp

    Hi for past 3 days i was thinking and breaking my head on how to add entire new at top table created in pdf report from c# windows forms with iTextSharp.
    First: I was able to create/export sql server data in form of table in pdf report from c# windows forms. Given below is the code in c#.
    using System;
    using System.Collections.Generic;
    using System.Configuration;
    using System.Text;
    using System.Data;
    using System.IO;
    using System.Data.SqlClient;
    using System.Windows.Forms;
    using iTextSharp.text;
    using iTextSharp.text.pdf;
    namespace DRRS_CSharp
    public partial class frmPDFTechnician : Form
    public frmPDFTechnician()
    InitializeComponent();
    private void btnExport_Click(object sender, EventArgs e)
    Document doc = new Document(PageSize.A4.Rotate());
    var writer= PdfWriter.GetInstance(doc, new FileStream("Technician22.pdf", FileMode.Create));
    doc.SetMargins(50, 50, 50, 50);
    doc.SetPageSize(new iTextSharp.text.Rectangle(iTextSharp.text.PageSize.LETTER.Width, iTextSharp.text.PageSize.LETTER.Height));
    doc.Open();
    PdfPTable table = new PdfPTable(7);
    table.TotalWidth=585f;
    table.LockedWidth = true;
    PdfPTable inner = new PdfPTable(1);
    inner.WidthPercentage = 115;
    PdfPCell celt=new PdfPCell(new Phrase(new Paragraph("Institute/Hospital:AIIMS,NEW DELHI",FontFactory.GetFont("Arial",14,iTextSharp.text.Font.BOLD,BaseColor.BLACK))));
    inner.AddCell(celt);
    Paragraph para = new Paragraph("DCS Clinical Report-Technician wise", FontFactory.GetFont("Arial", 14, iTextSharp.text.Font.BOLD, BaseColor.BLACK));
    para.Alignment = iTextSharp.text.Element.TITLE;
    iTextSharp.text.Image png = iTextSharp.text.Image.GetInstance("logo5.png");
    png.ScaleToFit(95f, 95f);
    png.Alignment = Element.ALIGN_RIGHT;
    SqlConnection conn=new SqlConnection("Data Source=NPD-4\\SQLEXPRESS;Initial Catalog=DRRS;Integrated Security=true");
    SqlCommand cmd = new SqlCommand("Select t.technician_id,td.Technician_first_name,td.Technician_middle_name,td.Technician_last_name,t.technician_dob,t.technician_sex,td.technician_type from Techniciandetail td,Technician t where td.technician_id=t.technician_id and td.status=1", conn);
    conn.Open();
    SqlDataReader dr;
    dr = cmd.ExecuteReader();
    table.AddCell("ID");
    table.AddCell("First Name");
    table.AddCell("Middle Name");
    table.AddCell("Last Name");
    table.AddCell("DOB" );
    table.AddCell("Gender");
    table.AddCell("Designation");
    while (dr.Read())
    table.AddCell(dr[0].ToString());
    table.AddCell(dr[1].ToString());
    table.AddCell(dr[2].ToString());
    table.AddCell(dr[3].ToString());
    table.AddCell(dr[4].ToString());
    table.AddCell(dr[5].ToString());
    table.AddCell(dr[6].ToString());
    dr.Close();
    table.SpacingBefore = 15f;
    doc.Add(para);
    doc.Add(png);
    doc.Add(inner);
    doc.Add(table);
    doc.Close();
    The code executes well with no problem and get all datas from tables into table in PDF report from c# windows forms.
    But here is my problem how can i align Title(DCS Clinical Report-Technician wise) center of pdf report with image named:logo5.png immediately coming to it's right?.
    As the problem i am facing is my title or Header(DCS Clinical Report-Technician wise) is at top of my image named:logo5.png and not coming to it's center position of my image.
    Second the problem i am facing is how to add new entire row to top of existing table in pdf report from c# windows form using iTextSharp?.
    given in below is the row and it's data . So how do i add the given below row and it's data to my top my table in pdf report from c# windows forms using itextsharp?
    as you can see how i create my columns in table in pdf report and populate it with sql server data. Given the code below:
    Document doc = new Document(PageSize.A4.Rotate());
    var writer= PdfWriter.GetInstance(doc, new FileStream("Technician22.pdf", FileMode.Create));
    doc.SetMargins(50, 50, 50, 50);
    doc.SetPageSize(new iTextSharp.text.Rectangle(iTextSharp.text.PageSize.LETTER.Width, iTextSharp.text.PageSize.LETTER.Height));
    doc.Open();
    PdfPTable table = new PdfPTable(7);
    table.TotalWidth=585f;
    table.LockedWidth = true;
    Paragraph para = new Paragraph("DCS Clinical Report-Technician wise", FontFactory.GetFont("Arial", 14, iTextSharp.text.Font.BOLD, BaseColor.BLACK));
    para.Alignment = iTextSharp.text.Element.TITLE;
    iTextSharp.text.Image png = iTextSharp.text.Image.GetInstance("logo5.png");
    png.ScaleToFit(95f, 95f);
    png.Alignment = Element.ALIGN_RIGHT;
    SqlConnection conn=new SqlConnection("Data Source=NPD-4\\SQLEXPRESS;Initial Catalog=DRRS;Integrated Security=true");
    SqlCommand cmd = new SqlCommand("Select t.technician_id,td.Technician_first_name,td.Technician_middle_name,td.Technician_last_name,t.technician_dob,t.technician_sex,td.technician_type from Techniciandetail td,Technician t where td.technician_id=t.technician_id and td.status=1", conn);
    conn.Open();
    SqlDataReader dr;
    dr = cmd.ExecuteReader();
    table.AddCell("ID");
    table.AddCell("First Name");
    table.AddCell("Middle Name");
    table.AddCell("Last Name");
    table.AddCell("DOB" );
    table.AddCell("Gender");
    table.AddCell("Designation");
    while (dr.Read())
    table.AddCell(dr[0].ToString());
    table.AddCell(dr[1].ToString());
    table.AddCell(dr[2].ToString());
    table.AddCell(dr[3].ToString());
    table.AddCell(dr[4].ToString());
    table.AddCell(dr[5].ToString());
    table.AddCell(dr[6].ToString());
    dr.Close();
    table.SpacingBefore = 15f;
    doc.Add(para);
    doc.Add(png);
    doc.Add(table);
    doc.Close();
    So my question is how to make my column headers in bold?
    So these are my questions.
    1. how can i align Title(DCS Clinical Report-Technician wise) center of pdf report with image named:logo5.png immediately coming to it's right?.
    2. how do i add the given below row and it's data to my top my table in pdf report from c# windows forms using itextsharp?
    3.how to make my column headers in bold?
    I know that i have to do some modifications to my code but i dont know how to do it. Can anyone help me please.
    Any help or guidance in solving this problem would be greatly appreciated.
    vishal

    Hi,
    >>1. how can i align Title(DCS Clinical Report-Technician wise) center of pdf report with image named:logo5.png immediately coming to it's right?.
    2. how do i add the given below row and it's data to my top my table in pdf report from c# windows forms using itextsharp?
    3.how to make my column headers in bold?<<
    I’m sorry for the issue that you are hitting now.
    This itextsharp is third party control, for this issue, I recommended to consult the control provider directly, I think they can give more precise troubleshooting.
    http://sourceforge.net/projects/itextsharp/
    Thanks for your understanding.
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to add a Totals row in a dashboard

    Oracle Business Intelligence 11.1.1.6.4
    Hi there gurus,
    I would like to know how to add a totals row at the end of a pivot table within a dashboard. Notice that the column I need to sum up is a measure column and not a dimension one.
    Thank a lot.

    Alejandro Trejo wrote:
    Oracle Business Intelligence 11.1.1.6.4
    Hi there gurus,
    I would like to know how to add a totals row at the end of a pivot table within a dashboard. Notice that the column I need to sum up is a measure column and not a dimension one.
    Thank a lot.What do you mean? That's what you would always expect to aggregate. Click the sigma sign on the Rows section and it will sum up the measures column. If not, add the aggregation rule to the measure column. Otherwise, explain IN DETAIL what you did, don't assume that what you did was correct.

  • How ro Add or remove page numbers?

    How ro Add or remove page numbers in Numbers?

    Hi Michael,
    In Numbers 3.2, Menu > File > Print... to go to Print Preview.
    Hover the cursor over the page display until the page footer appears. Select the page number.
    and press delete. Gone!
    Regards,
    Ian.

  • How many vocal and instrument tracks

    How many vocal and instrument tracks is Logic studio able to handle. Thanks for the help!

    Hi
    On paper it all should work. In actual real-world conditions ... there are no assurances that you won't have issues. Troll the message boards and you'll see. I "upgraded" OS only to have lots of buggy behavior. I ran back to Tiger 10.4.11 and I don't want to mess with a smoothly running system. Of course, that means I'm still with Logic 8, as for now that's ok, I have to admit I would like to have a functional flex time and the guitar sims & pedal board FX, but I'll wait for the OS and Logic bugs and driver issues to be worked out before I dump my now stable and high capacity system.
    Keep in mind that there are lots of very friendly and helpful people here in the Logic forums who can offer many good solid tips and help with buggy behavior. Kudos to them all.
    Best of luck to you.
    Cheers

  • How to add A single row at the middle of the table in a Webi report

    Hi,
         I created a Webi report using Universe(Created universe using bex query).Now i have a requirement to display a row at the middle of a report. Can you please tell me ,how to add a sigle row at the middle of a Webi report.
                                                    Thanks in advance
    Regards
    Monika

    Hi Monika,
    It is not really possible to add a row (I assume you mean of unrelated data) to the middle of a table in a report. You can add a new table with a single row between two tables. For instance you could add a new one row table, or even single cells which are positioned relatively between two tables. Possibly a block on top of another. But this gets tricky.
    Can you explain in more detail what you are trying to do?
    Thanks

  • How to preserve and keep 2 Pantones from Illustrator, via Photoshop, to InDesign?

    Ciao!
    I have designed a 3D illustration in Illustrator (version 15.0.2), this illustration need to be printed for a magazine cover and I want to use 2 pantone colours for it.
    The 2 pantone colours are assigned form the Swatch Palette.
    The image is in CMYK (file > document colour mode > CMYK).
    The illustration is in 3D and the text has been convereted in outline. But I have not expanded the appareance of any element.
    I want to add more depht to the illustration and Photoshop seems the best solution for shadows and visually looks better.
    Plus InDesign can manage Photoshops files with Effects very nicely.
    [I find difficult and problematic to import Illustrators files with added Effects in InDesign, it leaves always a white background around the image and I don't know how to get rid of that.]
    How do I import the image in Photoshop (version 10.0.2) and keep the pantone?
    If I export/import the image as .psd format the files gest converted in CMYK automatically.
    In the Swatch Panel (next to the pantones I want to use) I see two square boxex the first has a round gray circle (I don’t know what this means), the second has 4 triangles (this I believe means CMYK).
    In the Separation Preview panel (if I click Overprint Preview) I have listed the 4 CMYK colours and the 2 pantones but if I turn off the 5 CMYK eyes I only see the white artboard, it’s like if the pantone are not assigned.
    After adding the shadows in Photoshop I need to import the file from Photoshop to InDesign and the final file need to be transparent because there's a backround at the bottom and a box of text in between the background and the illustration.
    I could place the bacground and the text in photoshop no problem for that...
    The questions are how do I import the 3D file from Illustrator, keep the pantone and add the Photoshop shadow?
    Hope anyone can help me as I'm going to press soon...
    Please feel free to ask me anything else if need to answer the questions.
    Many many thanks in advance if you can help me.
    ASTIK

    This first image is the file in ID with High Quality Display on
    This is with Overprint Preview and that what I aming for, roughly, for the final. [I'm not sure what is the purpose of overprint preview in ID].
    This is the 3 plates of Black and two pantones
    This is the plate of Black plate
    This is the Pantone 812 c plate
    and finally this is the Pantone 8201 c plate
    Hope this can help to get the best solution

  • SSDT-BI: How to add and deploy environment settings

    Currently I deploy my SSIS projects via the wizard to several sql servers, on which I have to add and configure individually the environment and map it to the project parameter.
    Am I right in that it is not possible to manage the environment definitions within the SSIS project and to deploy them together with the project to a target server, specifying via a deployment profile/wizard which environments shall be deployed?
    If yes -> I vote for adding this feature. It would help me to keep (source controlled) track of environment definitions for Test/Prod environments. Additionally, deployment to further server instances would be much smoother.
    If no -> Please give me a hint how I can get to that point.
    Thanks a lot!

    In SSIS 2012 if you use project deployment model you can do this programmatically.
    see
    http://www.sqltj.com/ssis-2012-t-sql-package-execution-with-dynamic-environment-parameter/
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • How to add and delete content on device from iTunes

    I cannot find the way to add and delete content on my devices from the new iTunes. I don't understand why they changed the way it worked without any tutorials or hints at how to use the new iTunes app. I can see my device, I can see that music is on there, but I cannot unselect songs or content to get rid of it. Also, my apps do not show up on the apps list, I can see the screens with the apps on them and can delete them from that but the list is not working. I am using Yosemite and iTunes 12.01

    If you select your device in iTunes then on the left-hand side of iTunes you should see a Settings heading with categories below it which you can use to select what to sync from your iTunes library to the device, and below that an On My Device heading with categories below it listing what is on the device.
    For the Apps tab, the listbox of apps on my Mac's iTunes doesn't always populate until I've scrolled up/down the window. If yours doesn't populate then you have your apps downloaded and stored in your Mac's iTunes library - the listbox shows what you have in your computer iTunes library, if your library is empty then the listbox will remain empty.

  • How to start and keep Skype at contacts, no home for default?

    iMac Snow Leopard 10.6.8, skype 6.15 (335) How can I start and keep skype showing my contacts by default instead of the no_idea_why_it_exists_ "home" option?  I NEVER use (and have no need for) the home stuff. Thanks.

    With 10g and previously a correlation was on the instance i,e, as soon as it was initiated and the instance was alive an exception would be thrown if we tried to create another instance. It seems to be on activity in 11g. Is that correct ?

  • How to add and configure an additional hard drive.

    I will like to know how to install and configure an additional hard drive. I will like to know how to configure the server so the services will start using this additional space. Intel based Xserver. late 2009.
    Erik.

    Your question is a little vague... "services will start using this additional space..."?
    Let's see, where to start.
    You don't say how many drives you currently have in your server. If all three drive bays are used then you'll probably need some kind of external array. There are many to choose from.
    If you have a spare bay (or two) then you can buy a new drive bay (ADM - Apple Drive Module) (several online vendors still sell them), but you can't just put a bare drive into an empty bay since the blank trays lack the electrical connectors to support a drive.
    Once you work out your drive options (internal vs. external, capacity, etc.) you can work out a plan to use them.
    The specifics of that will depend on what services you're using. Are you web serving? file serving? home directory serving? or maybe mail? database? something else.
    In general, once a drive is attached and initialized (via Disk Utility.app) it's up to you to configure the individual server components to use the space. That typically involves changing some kind of configuration parameter (e.g. httpd.conf for apache, /etc/my.cnf for MySQL, or various options in Server.app for other services) to tell them to use the new volume.
    If you want to migrate the entire server to the new drive (e.g. the new drive is larger/faster) then you can clone your existing OS drive to the new drive and just reboot.
    So, you see, there are many ways to do this. Everyone's situation will be a little different.

Maybe you are looking for

  • Crystal Report Fields Ungrouping

    I am working with existing crystal report and at the moment I am totally helpless to un-group two fields added in Text object.   Basically I want to add formula to one of the embedded field and I can not select that, below is the image Here you can s

  • Default Safari email client

    I get and preview some email using a webmail account before actually popping it into an email client. One of the webmail options is to save the email directly which I had never done before. Curiously, when I saved it, it downloaded and then opened my

  • Can i buy items from the American ITunes store?

    I live in Australia and would like to buy an item from the American ITunes store. Is this possible without needing an account for that country?

  • Unable to Map Contract Catalog to Master Catalog

    Hello, We currently use CCM 2.0 with SRM version 5. Our issue is that when items are added to a contract catalogue and released, the contract releases successfully but errors appear in the upload logs advising u2018It is not possible to retrieve the

  • Data Loss With Inactivity On Phone

    When users are using a phone to fill out the form, if there is a moment of inactivity and the phone goes to sleep, the data from the phone is lost, when the phone wakes up. Then the user has to start over again. Is there a way to fix this? Thanks for