Search found 29 matches
- 30 Dec 2020, 02:50
- Forum: Bug Report version 2.7
- Topic: Auto Increment not working in Automation
- Replies: 0
- Views: 52
Auto Increment not working in Automation
When I try to set up an automation to add an item (in this case an invoice) in an entity, the autoincrement field I set up so as to have unique IDs is not being activated. The record is created but the field is blank. This seems to be the case no matter what options I select in the automation set up...
- 06 Dec 2020, 06:15
- Forum: Discussion
- Topic: Automate Action: Link records by MySQL query
- Replies: 15
- Views: 439
Re: Automate Action: Link records by MySQL query
Thanks! Can't wait for 2.8 It sounds like it has a lot of imporvements!
- 05 Dec 2020, 00:16
- Forum: Discussion
- Topic: Automate Action: Link records by MySQL query
- Replies: 15
- Views: 439
Automate Action: Link records by MySQL query
Is there some kind of video or guidance on this. I want to use this but it doesn't seem to want to accept any of my ideas for what it is asking for
- 04 Dec 2020, 21:52
- Forum: Discussion
- Topic: Correct The Time Entry For A Comment
- Replies: 0
- Views: 104
Correct The Time Entry For A Comment
When there is an "oops" and the wrong time was entered in the comments is there a way to edit that? I felt like in a previous version of my work there was an edit for other than the text of the comment but when I click the edit button for a comment all that I can edit is the text not the time entere...
- 04 Dec 2020, 12:35
- Forum: Discussion
- Topic: Restrict User Access To Entity By Entity Status
- Replies: 2
- Views: 94
Re: Restrict User Access To Entity By Entity Status
merci beaucoup! I am working on fumes. In my over worked state I totally spaced. That is what I needed. In fact I started to set it up hours ago but got distracted and never added the status filter :\
- 04 Dec 2020, 12:04
- Forum: Discussion
- Topic: Restrict User Access To Entity By Entity Status
- Replies: 2
- Views: 94
Restrict User Access To Entity By Entity Status
Restrict User Access To Entity By Entity Status I thought this was a control already in place but I either can't find it or it does not exist. I want to work on a proposal but not let the user see the proposal until it has been given a certain status. Is there a means of doing this or not really? I ...
- 02 Dec 2020, 00:47
- Forum: Bug Report version 2.7
- Topic: JS Formula Error
- Replies: 1
- Views: 81
JS Formula Error
Screenshot 2020-12-01 133234.jpg -- Number is entered in A -- I have a simple drop (B) down with 100% (set to value of 1) & 50% (set to a value of .5) -- I have a JS Formula field type that multiples A*B Am I missing something or is this an error? FOR REVIEW Screenshot 2020-12-01 134011.jpg Screens...
- 30 Nov 2020, 00:43
- Forum: Discussion
- Topic: List Progress field type
- Replies: 14
- Views: 5294
Re: List Progress field type
I may be oversimplifying but I think this could be done entirely based on Functions. Make the field type Progress. Have a field for the numerator and one for the denominator as part of the Progress field setup. Each one would be a function. Feed the results back to the progress bar output
- 26 Nov 2020, 20:46
- Forum: Discussion
- Topic: Use dropdown value to populate a field
- Replies: 3
- Views: 355
Re: Use dropdown value to populate a field
Is the MySQL for numeric type field sonly? It is listed under 'Numeric'. I was trying to use MySQL to show the fefault email if there was not a billing email in the client table but i could not get it to return any data regardless of when the field was null or not
- 26 Nov 2020, 11:40
- Forum: Discussion
- Topic: MYSQL QUERY HELP
- Replies: 1
- Views: 304
MYSQL QUERY HELP
I am totally lost as to what the fields need in the MySQL Query (if this is even what I need to be using) so that I can return a field in one Entity into another entity. I want to enter a client in the projects entity. I am using an Entity field with filters set to "client". I am getting what I want...