Vendor table out of the box?

sorensalte
Kilo Explorer

Is there any vendor table I can use out of the box? if not, I need to create this table.
I want to create a field called: external_ticket_vendor in task.form, can this field be a reference to the vendor table?

2 REPLIES 2

Jay_Ford
Kilo Guru

There is only the core_company table that has a Boolean flag for Vendor as far as I know.


Dominik Simunek
Tera Guru

As Jay said, there is Company [core_company] table which stores Vendors. They are indicated by Vendor [vendor] check box. You can find vendors under Organization Management -> Vendors module in application navigator.



vendors_in_servicenow.PNG



Regarding the vendor field on task table, review Vendor Ticketing plugin. Activation of this plugin introduces Vendor [vendor] field on Incident [incident] table which references Company table. There are other vendor related fields like Vendor Ticket, Vendor Open, Vendor Resolved etc. You can add these fields to the form and they will be visible if you select Awaiting Vendor state option.