You searched for the word(s): tables
-
As far as the random fields......they are not fields from another table either. Their names are very similar to the names of some of the fields I added through the API.
-
Hello Brian,
You can get last modified date using method API only for tables that have a predefined table field called LastModifiedDate. An example of such table is Activity table. Unfortunately, tables that don't have a predefined LastModifiedDate field, will not keep timestamp information.
Thank you
Victor
-
Hello,
I have created a TagList in my Customer field so I can directly tag customers. I followed the steps set out in this post:
https://www.method.me/cs/forums/t/6756.aspx
It sort of works, except that wherever it displays the tags it just displays [object Object] instead. I will attach a few screens.
I am not quite sure how method handles ...
-
Let's say I want to add an attribute to all of the items we sell: "IsIncludedInReport". I insert it as a column in our Items table.
The purpose of this is to weed out certain items that should not be included in sales reports.
This can be easily done in Method, and I can set a default value of "YES".
But what happens if ...
-
I want to enter leads from both Method and Outlook but the Lead Entry screen puts the information in the Contact table while Outlook only allows the entry in the Customer table. Also, they both need to be linked to the Enity table. Consequently, I have half of my leads in the Contact table and the other half inthe Customer table. ...
-
I'm getting a few bugs in the Calendar, Add/Edit work order screen where previously entered repeat recurrences (eg for projects runnign over several days) are not showing up when attempting to edit the series,
Grid is missing , with the code 'grd1227118336' showing where the grid should be.
Also the allocation of resource (team name) ...
-
When converting an Estimate to a Sales Order a Sales Order screen is opened when the new record is inserted into the Sales Order table.
I can see where the default screen for the table Sales Order is defined, but I cannot find the configuration to determine under which tab the screen is opened. The Sales Order screen is opened under the ...
-
We are having a minor emergency here. I returned from vacation to discover that Method has been throwing errors on all of our Estimates (and possibly other screens).
We have customized the estimate line items table to include some additional fields such as margin and unit price. I have not made any changes to this screen for a while, so I'm ...
-
Is it possible to insert a record between two others in a table?
Example:
Table before insertion:
Record# | Data
1 aaa
...
-
Hi.
I have
Given: The CreditLimit field exists in a method table as a decimal value.
Goal:
1) Change credit limit to a drop down field pointed to a list of default values that (may/may not) be choosed from.
2) Validate the data to still only allow numbers and decimal points in the text box
Question(s):
1) Can this be done without deleting ...