Google Search Results
WebCOBRA.com Community Message Boards
|
jwolgamott
|
How could I create a custom EDI Application? 01/07/2007 12:26 PM ![]() |
|---|---|
If you need to send a list of currently enrolled participants to your insurance carrier, you could use the WebAPI. Here's how it could work: Systems should be free (to interact with others) |
|
|
cgomez
|
Simple Query 03/25/2008 04:35 PM ![]() |
We used the simple query to return the information from your system. It was working fine until now. We currently have over 500 individuals in the system but the simple query is return less than 10. It was returning more than 10 records a few days ago. Why is this not working now? Is there a timing issue. These were records that were import early in the morning and we are running the query in the afternoon. If so that brings another issue, because some of the records that are showing are the ones we imported. |
|
|
jwolgamott
|
RE: Simple Query 03/25/2008 07:42 PM ![]() |
Can you post the query that you're using? If you're using any WHERE clauses, it's best to replace the SSN or personally identifiable information with XXX. Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 03/26/2008 09:18 AM ![]() |
The query is in simple form: |
|
|
jwolgamott
|
RE: Simple Query 03/26/2008 10:52 AM ![]() |
In order for us to check this out, I'll need to know your Admin Code and the username you're using during the logon process. Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 03/26/2008 11:07 AM ![]() |
I set the information to spt@travisoft.com. |
|
|
cgomez
|
RE: Simple Query 03/26/2008 04:36 PM ![]() |
Is there any status to the information that I have sent. |
|
|
jwolgamott
|
RE: Simple Query 03/26/2008 09:10 PM ![]() |
Charlie -- Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 03/27/2008 08:40 AM ![]() |
There are a total of 8 people coming across the query. Three of them are not QB but DOLs. We are just starting with this company and we have loaded 35 groups into the system, which have 33 of them have been there for two weeks and the other two loaded within a couple of days. We have been testing on on one group called testing and other small group we refer to as BMA030, which was loaded to test our live information. We have loaded BMA030 and tested the query and it return all the data we have load termed or not individuals. It even returned the employees or DOLs in the query. We loaded 11 QB Groups before and return 11 QB Groups from the query. We deleted the QB Groups to do a full load after all the testing. Now we are returning a small portion, than what we loaded. We have loaded 11 QB groups and 487 DOLs, which I am expecting to return query all 498 individual as what was done in the testing. It looks like it return 3 DOLs from the testing group and only Active QB groups. One of the QBs that are not return for example is Luann Danley. I don't what to hear that it because he is termed, because he was being return before as termed. We started testing before 2/1/2008 to go live 2/1/2008, but that was delayed do to issues we werre having with your system. We move the date to 3/1/2008 with most of all Feb. on testing. As you can see we still had issue because the date has moved to 4/1/2008, which most of March having issue with the system again. I cannot move the live date a fourth time. Our Account is BMAI. Thank you. |
|
|
jwolgamott
|
RE: Simple Query 03/27/2008 09:32 AM ![]() |
Ok, I think I have both your solution and an explanation. Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 03/27/2008 10:06 AM ![]() |
Now it is working. We just want the query to report what is in the system, regardless of the letter has been sent or if they have been notified. We are using this to synchronize the data we have in our system. We will be moving the data to our system for reporting so the data should be the same information. This something that is runned on a daily basis. |
|
|
jwolgamott
|
RE: Simple Query 03/27/2008 12:41 PM ![]() |
After you do your mass conversion then, post to here and we'll manually schedule the terminated QB groups and notified employees for calculation. Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 03/27/2008 12:41 PM ![]() |
Is it possible to get the UserDefinedKey to be returned as a field in the benefit plan and sponsor tables. This complete the circle. |
|
|
cgomez
|
RE: Simple Query 03/27/2008 04:06 PM ![]() |
Running into a couple of more issues. I am missing the Qualifying Event Date, Initial COBRA Letter Sent Date, Qualifying Event Letter Sent Date,Disability,Qualifying Event Reason, and Acceptance Date. How can I get this information from your WebAPI, since these fields are on your website. |
|
|
jwolgamott
|
RE: Simple Query 03/28/2008 07:47 AM ![]() |
I've uploaded a new version of the Simple Query sample application -- I updated the web reference to reflect our new additions (Event Date, etc), and it now knows about the QB_Correspondence table. Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 03/28/2008 10:28 AM ![]() |
Since we loaded the information into history there is no correspondence. I am still missing Disability and Initial COBRA sent date that I thought was recorded in the Event Table. Also on the website the not all the field name match with what is in the API which helps a lot. Here is the web page that is incorrect: http://devcenter.webcobra.com/web_a pi_field_listing.aspx |
|
|
jwolgamott
|
RE: Simple Query 03/28/2008 03:38 PM ![]() |
For Initial COBRA Sent Date, if WebCOBRA did not actually send the letter, then this information is not currently available to you viathe WebAPI. It would be available in the RelationalAPI under the QBDateTracking table. Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 04/08/2008 09:25 AM ![]() |
I requested the QBDateTracking table to be put in the WebAPI on 3/27/2008 thru your support team as you requested. Do you have a timeline of when this will be completed? |
|
|
jwolgamott
|
RE: Simple Query 04/08/2008 02:22 PM ![]() |
No, sorry, I don't have an update for you regarding when/if the enhancement will be made available. Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 04/11/2008 10:33 AM ![]() |
Can the OriginalCoverageDate,AssignmentStar tDate, and AssignmentEndDate columns be added to the QB_Benefit_Plan in the WebAPI process for the Simple Query. I need the max date of coverage for cobra, which I hope is the AssignmentEndDate. |
|
|
jwolgamott
|
RE: Simple Query 04/11/2008 01:46 PM ![]() |
I can see how you'd be able to make use of those dates. To answer your questions: Systems should be free (to interact with others) |
|
|
cgomez
|
RE: Simple Query 04/15/2008 02:37 PM ![]() |
Can you add the AssignmentEndDate. The RelationalAPI won't work for us, because we are requesting the data right every hour. |
|
|
jwolgamott
|
RE: Simple Query 04/15/2008 08:30 PM ![]() |
Charlie -- Systems should be free (to interact with others) |

