Search
-
Ryan,
Sorry to have taken up your time on this. Thanks for your response!
I found the same thing that you did.
I haven't found any settings in which to change this item either. The preferences do not affect that particular data field.
Will do more research on that later though.
Again, sorry to have taken your time up on this ...
-
Hello,
If you open up the screen "Customer List", you will find that there are 2 places on screen with fields: city / state / zip / country.
If you then direct yourself to the tables/fields you will find that these fields do not exist (at least by this name) in the table.
At one point i totally lost these 2 fields from my screen ...
-
Thanks much for the guidance!
I understand the development process so I really appreciate the heads up on your possible time frame.
I'm planning on working on this next week.
-
I understand that.
My situation was that at one point i was moving cells around >alot< and found that i had fumbled around 2 fields with the same caption and had no way to tell which was which. Which "City" was the ship to ? ... Which "City" was the bill to? ... from the tables/fields section yes they are seperated and ...
-
Nothing in there right now that could limit the response by an exact number of records.....
You could try "RecordID < 101" to grab the first 100 (assuming no deletions). Not really what you are looking for, but might solve the problem for now.
Paul
-
Hello,
I'm experimenting with the API and wanted to just
browse some of the data in some of tables. To put it more simply, I'd
like to run the equivalent of this SQL query over the API.
Select Name from Customers limit 5;
It
looks like I should be using the MethodAPISelect_XML to accomplish
this. In the documentation I see some ...
-
Paul.
Thanks for the response. I think I see what youre saying, but I dont know if it applies here. PHP arrays natively assign indexing without construction arguments (i.e. default sizing), so when I say
$fieldArray = array('Name');
I've just created an arrray with one element indexed at position 0. So
echo $fieldArray[0];
would ...
-
Hey Joe,
If you open the table "customer" and add a field named "Fullname" to the table, that field's name is set as Fullname. If you change the caption of that field to "Name in Full" the field name is still "Fullname".
On the other hand, if you drag the text box onto the screen from the objects list, ...
-
Hi Jim,
1. The “flickering” is something that you would typically see if there are many transactions that haven’t been synched yet, or more likely when there is a Full Sync going.
The Full Sync should only happen once a day, in the middle of the night, so it shouldn’t be doing this. However, if there ...
-
Paul - before I get the dev team to look into this, can you just verify one thing for me?
I've seen this message before, and I think every time I've seen it, the reason was that the last index in the array was not used.
For example, the array was a 0-based index, and was defined as myarray(10) when there are 10 values you want to ...
|
|
|