Skip to main content

Notifications

Announcements

No record found.

Finance | Project Operations, Human Resources, ...
Unanswered

System Message 5005 - Unable to locate "customField" in the table "bCustomTable". Error in property of control <NA>

Posted on by 35

Hi everyone.

I have a stored procedure which just give the cityID in the tbaleCities. I use that as my PV. but I received 3 parameters. The problem is in my VBScreen in the PV section I set...

"xsp_LiqCiudades_PV", "bLiqCiudades.EstadoID"; 0; 0; 0; 1, "bLiqCiudades.MunicipioID"; 0; 0; 0; 1,   (both with wildcard on)

And this is my SP

CREATE PROCEDURE xsp_LiqCiudades_PV
@parm1 VARCHAR(10),
@parm2 varchar(10),
@parm3 varchar(10)
AS
SELECT * FROM xv_LiqCiudades WHERE EstadoID like @parm1 and MunicipioID like @parm2 AND CiudadID like @parm3

On my pvchkEvent I only have the next code

RetVal = PVChkFetch1(PNULL, CSR_LiqCiudades, ChkStrg, bLiqCiudades)

but when I hit the F3 key to fire the pvList I get an error with the title of the topic for each param...

I really hope I make my own understand and you can help me.

In advance, thank you very much for the support

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,253 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans