Method Community

 

Search

Page 1 of 2 (13 items) 1 2 Next >
  • Re: Writing two linked tables

    I finally got this to work. I needed to add a linked field along with the drop down, then not pass any parameters to the insert call dealing with the linked field. I was counting on the dropdown to hold Table A's record ID, but I had to add an actual linked field to the record ID, and then it worked. Thanks for the help.
    Posted to Method:API Q&A (Forum) by Jason_L on 07-18-2012
  • Re: Writing two linked tables

    That was the original failing case. The field in Table B that is linked to Table A's record ID cannot be written if I write a new row to table A and then pull the record ID from that new row. It appears that Table B does not know that the record ID for the new row is valid, and so balks at my insert. For example (using brief pseudo ...
    Posted to Method:API Q&A (Forum) by Jason_L on 07-16-2012
  • Re: Writing two linked tables

    I'm just pinging on this. If I'm going about table construction or insertion wrong, please let me know. Thanks.
    Posted to Method:API Q&A (Forum) by Jason_L on 07-16-2012
  • Re: Uncheck left check box?

    I'm just wondering if a workaround has been found.
    Posted to Method:Classic General Q&A (Forum) by Jason_L on 07-16-2012
  • Re: Writing two linked tables

    That is a dropdown in Table B that is pulled in from Table A. I'm trying to keep B synced with A, via A's record ID.
    Posted to Method:API Q&A (Forum) by Jason_L on 07-13-2012
  • Re: Writing two linked tables

    I've just tried that, and it doesn't seem to be working. Here's a code snippet that I've got (with correct variables and all), it's Java syntax, but not tough to follow:     private static final String[ METHOD_TABLE_A_FIELDS_TO_WRITE = {"Company", "Email", "NameFirst", ...
    Posted to Method:API Q&A (Forum) by Jason_L on 07-13-2012
  • Writing two linked tables

    I have two tables, A and B, with a dropdown field in B that links to the automatically generated RecordID in A. I want to write to B and link it to A at the same time. Through the API, my program flow works like this: Take a variable passed in as an argument, and look that up in A, using methodAPISelect_XMLV2. 1) If I have a record ID, then I ...
    Posted to Method:API Q&A (Forum) by Jason_L on 07-13-2012
  • Uncheck left check box?

    In a grid attached to a screen, is there any way to programmatically unselect a row (ie, uncheck the checkbox generated on the left)? I've got a button that will loop through the grid and do stuff with all the checked rows, which works just fine. As a cleanup step, I would also like to unselect the row, so when the logic's done running, ...
    Posted to Method:Classic General Q&A (Forum) by Jason_L on 07-09-2012
  • Re: Automatically Fill Grid

    Ok. I got it working. It was the difference between attached and detached. A detached table will load, but the same table as an attached table won't. I will keep that in mind for the future.
    Posted to Method:Classic General Q&A (Forum) by Jason_L on 07-05-2012
  • Re: Automatically Fill Grid

    No, I don't have any filters set.
    Posted to Method:Classic General Q&A (Forum) by Jason_L on 07-05-2012
Page 1 of 2 (13 items) 1 2 Next >