Hooks - JOB

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
dgniewek
Posts: 3
Joined: 2022-07-22 07:32

Hooks - JOB

Post by dgniewek » 2022-07-22 09:12

Hello!
As I am not knowledgeable in programming,
I'm looking for a programmer who has some time to write a hook.

Of course I will pay for the work.

I have a minor technical problem with the database. I was interested in this feature:

https://bigprof.com/appgini/screencasts ... r-table%20

We use "Microsoft word" for mass correspondence. We edit and add data with the help of AppGini.
We have Microsoft Word connected to our SQL database.
Using the merge field, it reads the write data from the SQL database, but with the "fill look up fields" function, it only reads numbers.
I am sending a video for better understanding.
https://www.youtube.com/watch?v=slvJpI9D5xk

If anyone is interested in helping, please send email to: [email protected]. I will send you the project and the php file of the hook. We will definitely agree on the price.

User avatar
D Oliveira
AppGini Super Hero
AppGini Super Hero
Posts: 347
Joined: 2018-03-04 09:30
Location: David

Re: Hooks - JOB

Post by D Oliveira » 2022-07-22 13:04

in your main app directory find tablename_view.php

then locate:

Code: Select all

// Fields that can be displayed in the csv file
	$x->QueryFieldsCSV = [

find your lookup field and insert a query for the output value, now your csv file has the actual data of the lookup instead of the ID, hope that helps.

Post Reply