Hi,
Does anyone have the new link/help document for creating custom themes in K2 Five?
Kind Regards
Prineel
Hi,
Does anyone have the new link/help document for creating custom themes in K2 Five?
Kind Regards
Prineel
Hi Prineel,
Check the link below.
https://help.nintex.com/en-US/k2five/devref/current/default.htm#Themes/Custom-Themes.htm
Regards
KevinZ wrote:Hi Prineel,
Check the link below.
https://help.nintex.com/en-US/k2five/devref/current/default.htm#Themes/Custom-Themes.htm
Regards
Also run
IF NOT EXISTS(SELECT * FROM K2]..Form]..Theme] WHERE Name] = 'Custom Grey Void')
BEGIN
INSERT INTO K2]..Form]..Theme] (Name) Values ('Custom Grey Void')
END
Instead of just:
INSERT INTO K2]..Form]..Theme] (Name) Values ('Custom Grey Void')
prevents multiple insert problems.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.