Method Community

 

Search

You searched for the word(s): %27
Page 1202 of 2520 (25191 items) « First ... < Previous 1200 1201 1202 1203 1204 Next > ... Last »
  • Re: Price Levels - Mobile Work Orders

    Hi Andrew, There are a few basic calculations in the action set of the Save button that will determine the value of the Amount field. Take a look at these. Do they still work with your added logic that enters price levels? On the stock screen, the Amount field is calculated on a save by multiplying the Rate and Quantity values ...
    Posted to Method:Classic General Q&A (Forum) by Method_Jason on 06-26-2013
  • Re: sort order

    Hi Marcelo, How do you wish to sort them?  You could add a field to the customer table to store a sort number, then customize your screens accordingly to show this field.  How do you plan to populate the field? - Adam
    Posted to Method:Classic General Q&A (Forum) by Method_Adam on 06-26-2013
  • Re: Show User Sign In Date

    Alternatively, if you do not wish to perform any customization or if it's not something you want to check frequently then you can just export the UserSignInLog table. Check out our Import/Export Help Center article which includes an awesome video tutorial. - Ashur
    Posted to Method:Classic General Q&A (Forum) by Method_Ashur on 06-26-2013
  • Re: Show User Sign In Date

    Hi Matt123, You can easily accomplish this by creating a new screen based off the UserSignInLog table. Add a Grid object to the screen then edit the grid to include the fields you want to see, e.g. UserName, SignInDate, SignInIPAddress, etc. Save & Close the screen then you can view it by hovering over the name of the screen and clicking the ...
    Posted to Method:Classic General Q&A (Forum) by Method_Ashur on 06-26-2013
  • Show User Sign In Date

    How do I see what date and time the other users have logged into method if I have administrator permission settings? Matt
    Posted to Method:Classic General Q&A (Forum) by Matt123 on 06-26-2013
  • Price Levels - Mobile Work Orders

    I have changed the default mobile work order screen to allow price levels (either per item or fixed percentage). The per item cost replaces the rate and is multiplied with the quantity to give the amount. When saving, the item is inserted into the grid but the amount shown is the original item price multiplied by the quantity.
    Posted to Method:Classic General Q&A (Forum) by andy on 06-26-2013
  • sort order

    How do I create a sort order for the customers table, that will not conflict with the sort order the the work order. I want the clients to have a sort number instead, does this make sense? How do I do it?
    Posted to Method:Classic General Q&A (Forum) by Marcelo11756 on 06-25-2013
  • Re: Invoices

    Yes from the invoice screen works fine, but I genereate my invoices from the work order list screen, I select the services that I want to invoice and then I ckick on more actions and invoice selected. And the invoices are genereted but it does not calculate the tax amounts. Please help. Marcelo I also genereted invoices from the stock ...
    Posted to Method:Classic General Q&A (Forum) by Marcelo11756 on 06-25-2013
  • Re: MethodAPISelect_DataSetV2 XML Examples?

    Hi gbisaga, No you cannot, since you may have deleted records. What you can do however is a simple call where for your fields parameter all you pass in is max(RecordID) and that will give you your max recordid, then you can build your query to get all records. Or you can use count(RecordID) to get the count. Simple C# examples ...
    Posted to Method:API Q&A (Forum) by Method_David on 06-25-2013
  • Re: MethodAPISelect_DataSetV2 XML Examples?

    Thank you, Dave - you have definitely been there answering my questions, and I do appreciate it. Can I depend on RecordID to be a count of rows in the table? If I can, I could deal with fetching where "RecordID >= MyLastRecordID and RecordID < MyLastRecordID+1000" - that would be much better than the time-based query I'm doing ...
    Posted to Method:API Q&A (Forum) by gbisaga on 06-25-2013
Page 1202 of 2520 (25191 items) « First ... < Previous 1200 1201 1202 1203 1204 Next > ... Last »