I want a field to display as a variable.

Demonic240
Member Posts: 65
I am currently working on an expense form for our clients. The employee numbers are stored on the form, but I'm having trouble trying to get the employee's name to show up on a PO when I create one. Here is the code that I am trying to use to export the names:
PL:= Purchase Line
EmployeeExpense3:= The table of my expense form
EmployeeName:= The variable/field I'm trying to work with
Any help would be appreciated.
IF EmployeeExpense3.Meals =EmployeeExpense3.Meals::" " THEN PL.Description:='Mileage for '+EmployeeName+' on '+FORMAT(EmployeeExpense3."Work Date")+'.' ELSE PL.Description:='Meals for '+EmployeeName+' on '+FORMAT(EmployeeExpense3."Work Date")+'.';
PL:= Purchase Line
EmployeeExpense3:= The table of my expense form
EmployeeName:= The variable/field I'm trying to work with
Any help would be appreciated.
0
Comments
-
If I could use this without having to use a flowfield I'd be in business.
EmployeeName:=Vend.Name WHERE (No.=FIELD(Employee No.));
0 -
ever thought asbout adding a lookup flowfield to your table
EmployeeExpense3
EmployeeName would be text 50 or whatever the length of the Employee Name field might be.
view it's properties
change to the calcformula to something like
FieldClass = Flowfield
Lookup(Employee."First Name" WHERE (No.=FIELD(No.)))
assuming your table is using "No." for the employee # too
or would you rather use a GET or FIND see c/side help for info. or search the forum on how to use GET & FIND0 -
Thanks, I tried a flowfield but you can't show its contents elsewhere. I ended up using a vend.GET("Employee No."); That worked for me.0
-
Sure you can show the content of a flowfield elsewhere, you only have to do CALCFIELD(MyFlowField) to populate it first.0
-
Ah, thanks.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions